Home
last modified time | relevance | path

Searched refs:sqliteCreateFunction (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/
H A DSqlite.php71 … $this->dbh->sqliteCreateFunction('mod', array('Doctrine_Expression_Sqlite', 'modImpl'), 2);
72 … $this->dbh->sqliteCreateFunction('concat', array('Doctrine_Expression_Sqlite', 'concatImpl'));
73 $this->dbh->sqliteCreateFunction('md5', 'md5', 1);
74 … $this->dbh->sqliteCreateFunction('now', array('Doctrine_Expression_Sqlite', 'nowImpl'), 0);
92 … $this->dbh->sqliteCreateFunction('mod', array('Doctrine_Expression_Sqlite', 'modImpl'), 2);
93 … $this->dbh->sqliteCreateFunction('concat', array('Doctrine_Expression_Sqlite', 'concatImpl'));
94 $this->dbh->sqliteCreateFunction('md5', 'md5', 1);
95 $this->dbh->sqliteCreateFunction('now', array('Doctrine_Expression_Sqlite', 'nowImpl'), 0);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Database/Driver/sqlite/
H A DConnection.php128 $pdo->sqliteCreateFunction('if', [__CLASS__, 'sqlFunctionIf']);
129 $pdo->sqliteCreateFunction('greatest', [__CLASS__, 'sqlFunctionGreatest']);
130 $pdo->sqliteCreateFunction('pow', 'pow', 2);
131 $pdo->sqliteCreateFunction('exp', 'exp', 1);
132 $pdo->sqliteCreateFunction('length', 'strlen', 1);
133 $pdo->sqliteCreateFunction('md5', 'md5', 1);
134 $pdo->sqliteCreateFunction('concat', [__CLASS__, 'sqlFunctionConcat']);
135 $pdo->sqliteCreateFunction('concat_ws', [__CLASS__, 'sqlFunctionConcatWs']);
138 $pdo->sqliteCreateFunction('rand', [__CLASS__, 'sqlFunctionRand']);
139 $pdo->sqliteCreateFunction('regexp', [__CLASS__, 'sqlFunctionRegexp']);
[all …]
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Database/Driver/sqlite/
H A DConnection.php143 $pdo->sqliteCreateFunction('if', [__CLASS__, 'sqlFunctionIf']);
144 $pdo->sqliteCreateFunction('greatest', [__CLASS__, 'sqlFunctionGreatest']);
145 $pdo->sqliteCreateFunction('least', [__CLASS__, 'sqlFunctionLeast']);
146 $pdo->sqliteCreateFunction('pow', 'pow', 2);
147 $pdo->sqliteCreateFunction('exp', 'exp', 1);
148 $pdo->sqliteCreateFunction('length', 'strlen', 1);
149 $pdo->sqliteCreateFunction('md5', 'md5', 1);
150 $pdo->sqliteCreateFunction('concat', [__CLASS__, 'sqlFunctionConcat']);
154 $pdo->sqliteCreateFunction('rand', [__CLASS__, 'sqlFunctionRand']);
155 $pdo->sqliteCreateFunction('regexp', [__CLASS__, 'sqlFunctionRegexp']);
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/app/exec/
H A Dsql_query_pdo.php167 $db->sqliteCreateFunction('md5', 'phpmd5', 1);
168 $db->sqliteCreateFunction('unix_timestamp', 'php_unix_timestamp', 1);
169 $db->sqliteCreateFunction('now', 'phpnow', 0);
170 $db->sqliteCreateFunction('sqlitedatatype', 'php_sqlite_data_type', 2);
171 $db->sqliteCreateFunction('strleft', 'php_left', 2);
172 $db->sqliteCreateFunction('strright', 'php_right', 2);
/dports/lang/php73/php-7.3.33/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
13 $db->sqliteCreateFunction('bar-alias', 'bar');
17 Warning: PDO::sqliteCreateFunction(): function 'bar' is not callable in %s on line %d
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
12 $handler->sqliteCreateFunction( "md5", "md5", 1 );
/dports/databases/php73-pdo_sqlite/php-7.3.33/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
13 $db->sqliteCreateFunction('bar-alias', 'bar');
17 Warning: PDO::sqliteCreateFunction(): function 'bar' is not callable in %s on line %d
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
12 $handler->sqliteCreateFunction( "md5", "md5", 1 );
/dports/databases/php74-pdo_sqlite/php-7.4.27/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
13 $db->sqliteCreateFunction('bar-alias', 'bar');
17 Warning: PDO::sqliteCreateFunction(): function 'bar' is not callable in %s on line %d
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
12 $handler->sqliteCreateFunction( "md5", "md5", 1 );
/dports/lang/php74/php-7.4.27/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
13 $db->sqliteCreateFunction('bar-alias', 'bar');
17 Warning: PDO::sqliteCreateFunction(): function 'bar' is not callable in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
13 $db->sqliteCreateFunction('bar-alias', 'bar');
17 Warning: PDO::sqliteCreateFunction(): function 'bar' is not callable in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
13 $db->sqliteCreateFunction('bar-alias', 'bar');
17 Warning: PDO::sqliteCreateFunction(): function 'bar' is not callable in %s on line %d
/dports/databases/php81-pdo_sqlite/php-8.1.1/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
14 $db->sqliteCreateFunction('bar-alias', 'bar');
21 PDO::sqliteCreateFunction(): Argument #2 ($callback) must be a valid callback, function "bar" not f…
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
10 $handler->sqliteCreateFunction( "md5", "md5", 1 );
/dports/www/mod_php81/php-8.1.1/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
14 $db->sqliteCreateFunction('bar-alias', 'bar');
21 PDO::sqliteCreateFunction(): Argument #2 ($callback) must be a valid callback, function "bar" not f…
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
10 $handler->sqliteCreateFunction( "md5", "md5", 1 );
/dports/lang/php81/php-8.1.1/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
14 $db->sqliteCreateFunction('bar-alias', 'bar');
21 PDO::sqliteCreateFunction(): Argument #2 ($callback) must be a valid callback, function "bar" not f…
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
10 $handler->sqliteCreateFunction( "md5", "md5", 1 );
/dports/databases/php80-pdo_sqlite/php-8.0.15/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
14 $db->sqliteCreateFunction('bar-alias', 'bar');
21 PDO::sqliteCreateFunction(): Argument #2 ($callback) must be a valid callback, function "bar" not f…
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
12 $handler->sqliteCreateFunction( "md5", "md5", 1 );
/dports/lang/php80/php-8.0.15/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
14 $db->sqliteCreateFunction('bar-alias', 'bar');
21 PDO::sqliteCreateFunction(): Argument #2 ($callback) must be a valid callback, function "bar" not f…
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
12 $handler->sqliteCreateFunction( "md5", "md5", 1 );
/dports/www/mod_php80/php-8.0.15/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
14 $db->sqliteCreateFunction('bar-alias', 'bar');
21 PDO::sqliteCreateFunction(): Argument #2 ($callback) must be a valid callback, function "bar" not f…
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/
H A Dpdo.php191 $db->sqliteCreateFunction('md5', 'php_md5', 1);
192 $db->sqliteCreateFunction('unix_timestamp', 'php_unix_timestamp', 1);
193 $db->sqliteCreateFunction('now', 'php_now', 0);
194 $db->sqliteCreateFunction('sqlitedatatype', 'php_sqlite_data_type', 2);
195 $db->sqliteCreateFunction('strleft', 'php_left', 2);
196 $db->sqliteCreateFunction('strright', 'php_right', 2);

123456