Home
last modified time | relevance | path

Searched refs:found (Results 176 – 200 of 477) sorted by relevance

12345678910>>...20

/PHP-5.6/
H A Dacinclude.m4332 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 Dparameters_001.phpt37 string(54) "The parameter specified by its name could not be found"
/PHP-5.6/ext/xmlreader/
H A Dconfig.m425 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
/PHP-5.6/ext/xsl/tests/
H A Dxslt004.phpt12 print "No or more than one xsl:output/@encoding found";
H A Dxslt005.phpt12 print "No or more than one xsl:output/@indent found";
H A Dxslt002.phpt13 print "No or more than one xsl:output/@method found";
/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug34794.phpt5 if (!is_executable('/bin/cat')) echo 'skip cat not found';
H A Dbug39322.phpt6 if (!is_executable('/bin/sleep')) echo 'skip sleep not found';
H A Dcallbacks_002.phpt12 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'Foo' not found in %s o…
H A Dgetservbyport_basic.phpt23 echo "Services file not found in expected location\n";
/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt23 Warning: unserialize(): defined (Nonexistent) but not found in %s on line 14
/PHP-5.6/ext/mysql/
H A Dconfig.w3225 WARNING("mysql not enabled; libraries and headers not found");
/PHP-5.6/ext/ldap/
H A Dconfig.w3228 WARNING("ldap not enabled; libraries and headers not found");
/PHP-5.6/ext/standard/tests/file/
H A Dstream_001.phpt20 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 Dbug55355.phpt2 Bug #55355 (Abstract functions required by a trait are not correctly found when implemented in an a…
/PHP-5.6/ext/readline/
H A Dconfig.m444 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 Duasort_variation8.phpt72 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 Dldap_modify_batch_error.phpt31 // DN not found
32 var_dump(ldap_modify_batch($link, "cn=not-found,$base", $addGivenName));
/PHP-5.6/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt43 // 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 Dmysqli_pam_sha256_public_key_ini.phpt27 $found = false;
30 $found = true;
34 if (!$found)
/PHP-5.6/ext/simplexml/
H A Dconfig.m424 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
/PHP-5.6/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_1.phpt16 Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found
/PHP-5.6/ext/soap/
H A Dconfig.m423 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
/PHP-5.6/Zend/tests/
H A Dbug31102.phpt48 Fatal error: Class 'Test3' not found in %sbug31102.php(%d) : eval()'d code on line 1
/PHP-5.6/ext/curl/tests/
H A Dcurl_file_deleted_before_curl_close.phpt29 //unlink($temp_file); // uncomment to test segfault (file not found on iowrite.c)

Completed in 36 milliseconds

12345678910>>...20