Searched refs:found (Results 176 – 200 of 477) sorted by relevance
12345678910>>...20
/PHP-5.6/ |
H A D | acinclude.m4 | 332 dnl PHP_CHECK_GCC_ARG(arg, action-if-found, action-if-not-found) 1902 unset found 1904 AC_CHECK_LIB($2, __$1, [found=yes], [found=no]) 1910 AC_TRY_RUN([main() { return (0); }],[found=yes],[found=no],[found=no]) 1935 unset found 1937 AC_CHECK_FUNC($1, [found=yes],[ AC_CHECK_FUNC(__$1,[found=yes],[found=no]) ]) 1939 case $found in 2309 dnl PHP_SETUP_OPENSSL(shared-add [, action-found [, action-not-found]]) 2430 dnl PHP_SETUP_ICONV(shared-add [, action-found [, action-not-found]]) 2528 dnl PHP_SETUP_LIBXML(shared-add [, action-found [, action-not-found]]) [all …]
|
/PHP-5.6/ext/reflection/tests/ |
H A D | parameters_001.phpt | 37 string(54) "The parameter specified by its name could not be found"
|
/PHP-5.6/ext/xmlreader/ |
H A D | config.m4 | 25 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
|
/PHP-5.6/ext/xsl/tests/ |
H A D | xslt004.phpt | 12 print "No or more than one xsl:output/@encoding found";
|
H A D | xslt005.phpt | 12 print "No or more than one xsl:output/@indent found";
|
H A D | xslt002.phpt | 13 print "No or more than one xsl:output/@method found";
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | bug34794.phpt | 5 if (!is_executable('/bin/cat')) echo 'skip cat not found';
|
H A D | bug39322.phpt | 6 if (!is_executable('/bin/sleep')) echo 'skip sleep not found';
|
H A D | callbacks_002.phpt | 12 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'Foo' not found in %s o…
|
H A D | getservbyport_basic.phpt | 23 echo "Services file not found in expected location\n";
|
/PHP-5.6/ext/standard/tests/serialize/ |
H A D | serialization_objects_008.phpt | 23 Warning: unserialize(): defined (Nonexistent) but not found in %s on line 14
|
/PHP-5.6/ext/mysql/ |
H A D | config.w32 | 25 WARNING("mysql not enabled; libraries and headers not found");
|
/PHP-5.6/ext/ldap/ |
H A D | config.w32 | 28 WARNING("ldap not enabled; libraries and headers not found");
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | stream_001.phpt | 20 Warning: fopen(file://%s): failed to open stream: no suitable wrapper could be found in %s on line …
|
/PHP-5.6/Zend/tests/traits/ |
H A D | bug55355.phpt | 2 Bug #55355 (Abstract functions required by a trait are not correctly found when implemented in an a…
|
/PHP-5.6/ext/readline/ |
H A D | config.m4 | 44 AC_MSG_ERROR(readline library not found) 98 AC_MSG_ERROR(edit library required by readline not found)
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | uasort_variation8.phpt | 72 Warning: uasort() expects parameter 2 to be a valid callback, function 'echo' not found or invalid … 76 Warning: uasort() expects parameter 2 to be a valid callback, function 'exit' not found or invalid …
|
/PHP-5.6/ext/ldap/tests/ |
H A D | ldap_modify_batch_error.phpt | 31 // DN not found 32 var_dump(ldap_modify_batch($link, "cn=not-found,$base", $addGivenName));
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | setlocale_basic1.phpt | 43 // return all the locale found in the system 90 echo "$value\n"; // print, this is found 91 // set the found locale as current locale
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_pam_sha256_public_key_ini.phpt | 27 $found = false; 30 $found = true; 34 if (!$found)
|
/PHP-5.6/ext/simplexml/ |
H A D | config.m4 | 24 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | SimpleXMLElement_xpath_1.phpt | 16 Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found …
|
/PHP-5.6/ext/soap/ |
H A D | config.m4 | 23 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
|
/PHP-5.6/Zend/tests/ |
H A D | bug31102.phpt | 48 Fatal error: Class 'Test3' not found in %sbug31102.php(%d) : eval()'d code on line 1
|
/PHP-5.6/ext/curl/tests/ |
H A D | curl_file_deleted_before_curl_close.phpt | 29 //unlink($temp_file); // uncomment to test segfault (file not found on iowrite.c)
|
Completed in 28 milliseconds
12345678910>>...20