/PHP-5.3/ext/standard/tests/strings/ |
H A D | addslashes_variation3.phpt | 2 Test addslashes() function : usage variations - with magic_quotes_sybase directive ON 11 * Test addslashes() with PHP directive magic_quotes_sybase set ON 14 echo "*** Testing addslashes() : with php directive magic_quotes_sybase set ON ***\n"; 16 // setting ON the php directive magic_quotes_sybase 92 *** Testing addslashes() : with php directive magic_quotes_sybase set ON ***
|
H A D | stripslashes_variation5.phpt | 2 Test stripslashes() function : usage variations - with magic_quotes_sybase directive ON 11 * Test stripslashes() with PHP directive magic_quotes_sybase set ON 14 echo "*** Testing stripslashes() : with php directive magic_quotes_sybase set ON ***\n"; 16 // setting ON the php directive magic_quotes_sybase 95 *** Testing stripslashes() : with php directive magic_quotes_sybase set ON ***
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | locale_sort.phpt | 24 "ON" => "Ontario", 50 ["ON"]=>
|
/PHP-5.3/ext/intl/tests/ |
H A D | collator_get_set_attribute.phpt | 30 ut_coll_set_attribute( $coll, Collator::NORMALIZATION_MODE, Collator::ON );
|
/PHP-5.3/ext/pdo_sqlite/tests/ |
H A D | bug_42589.phpt | 14 $result = $db->query('SELECT * FROM test t1 LEFT JOIN test t2 ON t1.field1 = t2.field1');
|
/PHP-5.3/ext/intl/collator/ |
H A D | collator.c | 56 COLLATOR_EXPOSE_CLASS_CONST( ON ); in collator_register_constants()
|
/PHP-5.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec_ddl.phpt | 53 exec_and_count(5, $db, 'CREATE INDEX idx1 ON pdo_exec_ddl(id)', 0); 54 exec_and_count(6, $db, 'DROP INDEX idx1 ON pdo_exec_ddl', 0);
|
H A D | pdo_mysql_prepare_match_against.phpt | 18 $db->exec('CREATE FULLTEXT INDEX idx1 ON test(label)');
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | local_infile_tools.inc | 12 return "Cannot check if Server variable 'local_infile' is set to 'ON'"; 16 if ('ON' != $row['Value']) 17 … return sprintf("Server variable 'local_infile' seems not set to 'ON', found '%s'", $row['Value']);
|
H A D | mysqli_pconn_max_links.phpt | 21 if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'%%'", $db)) || 22 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'localhost'", $db))) { 55 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'%%'", $db)) || 56 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'localhost'", $db))) {
|
/PHP-5.3/ext/oci8/tests/ |
H A D | drcp_pconn_close1.phpt | 2 DRCP: oci_pconnect() with oci_close() and oci8.old_oci_close_semantics ON
|
H A D | drcp_conn_close1.phpt | 2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics ON
|
H A D | drcp_scope3.phpt | 2 DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON
|
H A D | drcp_scope5.phpt | 2 DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON
|
H A D | drcp_scope1.phpt | 2 DRCP: oci_new_connect() and oci_connect() with scope end when oci8.old_oci_close_semantics ON
|
/PHP-5.3/ext/intl/doc/ |
H A D | collator_api.php | 56 const ON = 'UCOL_ON'; define in Collator
|
/PHP-5.3/ext/mysql/tests/ |
H A D | mysql_pconn_max_links.phpt | 26 die(sprintf("skip Can't check if old_passwords = ON")); 31 if ($row['Value'] == "ON") 32 die(sprintf("skip Test will fail because old_passwords = ON. Hint: old passwords are insecure!")); 50 …if (!mysql_query(sprintf('GRANT SELECT ON TABLE %s.test TO pcontest@"%s"', $db, mysql_real_escape_…
|
/PHP-5.3/sapi/fpm/ |
H A D | LICENSE | 20 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
/PHP-5.3/TSRM/ |
H A D | LICENSE | 23 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
/PHP-5.3/ext/pdo/tests/ |
H A D | pdo_018.phpt | 141 …$db->query('SELECT classtypes.name AS name, test.val AS val FROM test LEFT JOIN classtypes ON test… 150 var_dump($db->query('SELECT COUNT(*) FROM test LEFT JOIN classtypes ON test.classtype=classtypes.id… 153 …CT classtypes.name AS name, test.val AS val FROM test LEFT JOIN classtypes ON test.classtype=class…
|
H A D | pdo_009.phpt | 27 …stypes.name, test.id AS id, test.val AS val FROM test LEFT JOIN classtypes ON test.classtype=class…
|
H A D | pdo_010.phpt | 27 ….grp AS grp, test.id AS id, test.val AS val FROM test LEFT JOIN classtypes ON test.classtype=class…
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | COPYING | 28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | LICENSE | 31 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
/PHP-5.3/ext/phar/ |
H A D | LICENSE | 52 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 92 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|