Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists.phpt110 var_dump(array_key_exists("private_var", $key_check_obj)); // not found, private member
111 var_dump(array_key_exists("protected_var", $key_check_obj)); // not found, private member
112 var_dump(array_key_exists("public_var", $key_check_obj)); // found, public member
113 var_dump(array_key_exists("print_member", $key_check_obj)); // not found, its a function
114 var_dump(array_key_exists("arr", $key_check_obj)); //found, public member
115 var_dump(array_key_exists("var", $key_check_obj->arr)); //found, key is in member 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-7.4/ext/reflection/tests/
H A Dparameters_001.phpt37 string(54) "The parameter specified by its name could not be found"
H A DReflectionParameter_export_error3.phpt18 Fatal error: Uncaught ReflectionException: The parameter specified by its name could not be found i…
/PHP-7.4/ext/standard/tests/math/
H A Dbug75170.phpt18 // PHP 7.1.0 to 7.2.0beta2 modulo bias bug found during work
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt22 Warning: unserialize(): defined (Nonexistent) but not found in %s on line 14
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug34794.phpt5 if (!is_executable('/bin/cat')) echo 'skip cat 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 Dbug39322.phpt6 if (!is_executable('/bin/sleep')) echo 'skip sleep not found';
/PHP-7.4/ext/xsl/tests/
H A Dxslt004.phpt12 print "No or more than one xsl:output/@encoding found";
H A Dxslt002.phpt13 print "No or more than one xsl:output/@method found";
/PHP-7.4/ext/opcache/tests/
H A Dpreload_loadable_classes_2.phpt18 Fatal error: Class 'Foo' not found in Unknown on line 0
H A Dbug78189.phpt26 echo "no opcache file found!\n";
H A Dbug78937_3.phpt23 Fatal error: Uncaught Error: Class 'Bar' not found in %spreload_bug78937.inc:3
H A Dbug78937_6.phpt24 Fatal error: Uncaught Error: Class 'Bar' not found in %spreload_bug78937.inc:6
/PHP-7.4/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-7.4/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-7.4/ext/ldap/
H A Dconfig.w3230 WARNING("ldap not enabled; libraries and headers not found");
/PHP-7.4/ext/zip/
H A Dconfig.w3220 WARNING("zip not enabled; libraries and headers not found");
/PHP-7.4/ext/readline/
H A Dconfig.m445 AC_MSG_ERROR(readline library not found)
103 AC_MSG_ERROR(edit library required by readline not found)
/PHP-7.4/ext/ffi/
H A Dconfig.w3221 WARNING('ffi not enabled, headers or libraries not found');
/PHP-7.4/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)
/PHP-7.4/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-7.4/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-7.4/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt27 $found = false;
30 $found = true;
34 if (!$found)

Completed in 29 milliseconds

12345678910>>...17