Home
last modified time | relevance | path

Searched refs:no (Results 401 – 425 of 1586) sorted by relevance

1...<<11121314151617181920>>...64

/PHP-5.5/ext/date/tests/
H A DDateTime_getOffset_error.phpt17 echo "\n-- Testing DateTime::getOffset() function with more than expected no. of arguments --\n";
28 -- Testing DateTime::getOffset() function with more than expected no. of arguments --
H A Dgettimeofday_error.phpt15 echo "\n-- Testing gettimeofday() function with more than expected no. of arguments --\n";
25 -- Testing gettimeofday() function with more than expected no. of arguments --
H A Dgetdate_error.phpt17 echo "\n-- Testing getdate() function with more than expected no. of arguments --\n";
27 -- Testing getdate() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_error.phpt13 echo "\n-- Testing get_html_translation_table() function with more than expected no. of arguments -…
25 -- Testing get_html_translation_table() function with more than expected no. of arguments --
H A Dstrrev_error.phpt14 echo "\n-- Testing strrev() function with more than expected no. of arguments --";
24 -- Testing strrev() function with more than expected no. of arguments --
H A Dsoundex_error.phpt15 echo "\n\n-- Testing soundex() function with more than expected no. of arguments --\n";
29 -- Testing soundex() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt14 echo "\n-- Testing get_class() function with more than expected no. of arguments --\n";
24 -- Testing get_class() function with more than expected no. of arguments --
/PHP-5.5/Zend/tests/
H A Dbug32660.phpt31 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
37 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
/PHP-5.5/sapi/apache/
H A Dconfig.w324 ARG_ENABLE('apache', 'Build Apache 1.3.x version of PHP', 'no');
9 if (PHP_APACHE != "no") {
/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope_try1.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try2.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try3.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try4.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try5.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try6.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt2 Bug #48754 (mysql_close() crash php when no handle specified)
37 // we sohuld have no default link anymore
58 // we sohuld have no default link
77 Warning: mysql_close(): no MySQL-Link resource supplied in %s on line %d
93 Warning: mysql_close(): no MySQL-Link resource supplied in %s on line %d
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_enable_exceptions.phpt27 no such table: non_existent_table
30 Warning: SQLite3::query(): no such table: non_existent_table in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_resource_type_error.phpt15 echo "\n-- Testing get_resource_type() function with more than expected no. of arguments --\n";
30 -- Testing get_resource_type() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64770.phpt25 echo "no streams \n";
45 echo "no process\n";
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_error.phpt17 echo "\n-- Testing array_merge() function with less than expected no. of arguments --\n";
26 -- Testing array_merge() function with less than expected no. of arguments --
/PHP-5.5/ext/pgsql/
H A Dconfig.w324 ARG_WITH("pgsql", "PostgreSQL support", "no");
6 if (PHP_PGSQL != "no") {
/PHP-5.5/ext/pcre/tests/
H A Dpreg_last_error_error.phpt18 echo "\n-- Testing preg_last_error() function with more than expected no. of arguments --\n";
26 -- Testing preg_last_error() function with more than expected no. of arguments --
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_create_error.phpt21 echo "\n-- Testing xml_parser_create() function with more than expected no. of arguments --\n";
31 -- Testing xml_parser_create() function with more than expected no. of arguments --
/PHP-5.5/ext/odbc/
H A Dconfig.w3213 if ("no" == PHP_ODBCVER) {
20 PHP_ODBC = "no"
/PHP-5.5/ext/standard/tests/file/
H A Dis_dir_error.phpt15 var_dump( is_dir($dir_name, "is_dir_error1") ); // args > expected no.of args
18 var_dump( is_dir("/no/such/dir") );

Completed in 36 milliseconds

1...<<11121314151617181920>>...64