Home
last modified time | relevance | path

Searched refs:found (Results 151 – 175 of 465) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/standard/tests/array/
H A Darray_udiff_assoc_variation3.phpt204 Warning: array_udiff_assoc() expects parameter 3 to be a valid callback, function '' not found or i…
209 Warning: array_udiff_assoc() expects parameter 3 to be a valid callback, function '' not found or i…
214 …assoc() expects parameter 3 to be a valid callback, function 'string' not found or invalid functio…
219 …assoc() expects parameter 3 to be a valid callback, function 'string' not found or invalid functio…
224 …assoc() expects parameter 3 to be a valid callback, function 'sTrInG' not found or invalid functio…
229 …() expects parameter 3 to be a valid callback, function 'hello world' not found or invalid functio…
H A Darray_udiff_uassoc_variation3.phpt207 Warning: array_udiff_uassoc() expects parameter 3 to be a valid callback, function '' not found or …
212 Warning: array_udiff_uassoc() expects parameter 3 to be a valid callback, function '' not found or …
217 …assoc() expects parameter 3 to be a valid callback, function 'string' not found or invalid functio…
222 …assoc() expects parameter 3 to be a valid callback, function 'string' not found or invalid functio…
227 …assoc() expects parameter 3 to be a valid callback, function 'sTrInG' not found or invalid functio…
232 …() expects parameter 3 to be a valid callback, function 'hello world' not found or invalid functio…
H A Darray_udiff_uassoc_variation4.phpt207 Warning: array_udiff_uassoc() expects parameter 4 to be a valid callback, function '' not found or …
212 Warning: array_udiff_uassoc() expects parameter 4 to be a valid callback, function '' not found or …
217 …assoc() expects parameter 4 to be a valid callback, function 'string' not found or invalid functio…
222 …assoc() expects parameter 4 to be a valid callback, function 'string' not found or invalid functio…
227 …assoc() expects parameter 4 to be a valid callback, function 'sTrInG' not found or invalid functio…
232 …() expects parameter 4 to be a valid callback, function 'hello world' not found or invalid functio…
H A Darray_udiff_variation3.phpt204 Warning: array_udiff() expects parameter 3 to be a valid callback, function '' not found or invalid…
209 Warning: array_udiff() expects parameter 3 to be a valid callback, function '' not found or invalid…
214 Warning: array_udiff() expects parameter 3 to be a valid callback, function 'string' not found or i…
219 Warning: array_udiff() expects parameter 3 to be a valid callback, function 'string' not found or i…
224 Warning: array_udiff() expects parameter 3 to be a valid callback, function 'sTrInG' not found or i…
229 Warning: array_udiff() expects parameter 3 to be a valid callback, function 'hello world' not found
H A Dusort_variation8.phpt78 Warning: usort() expects parameter 2 to be a valid callback, function 'echo' not found or invalid f…
83 Warning: usort() expects parameter 2 to be a valid callback, function 'exit' not found or invalid f…
/PHP-5.5/ext/posix/tests/
H A Dposix_initgroups_basic.phpt6 if (!function_exists('posix_initgroups')) die('skip posix_initgroups() not found');
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.w3217 WARNING("pdo_mysql not enabled; libraries and headers not found");
/PHP-5.5/ext/oci8/tests/
H A Dcoll_005.phpt28 Warning: ocinewcollection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Dcoll_001.phpt28 Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
/PHP-5.5/ext/sybase_ct/
H A Dconfig.w3218 WARNING("sybase_ct not enabled; libraries and headers not found");
/PHP-5.5/scripts/dev/
H A Dcredits14 the information found in the various php5/ext/.../CREDITS and
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_001.phpt135 …n: Function 'unavailable_autoload_function' not found (function 'unavailable_autoload_function' no…
/PHP-5.5/ext/date/tests/
H A DDateTime_modify_variation1.phpt220 …o parse time string (string) at position 0 (s): The timezone could not be found in the database in…
225 …o parse time string (string) at position 0 (s): The timezone could not be found in the database in…
230 …o parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database in…
235 …se time string (hello world) at position 0 (h): The timezone could not be found in the database in…
240 …time string (Class A object) at position 0 (C): The timezone could not be found in the database in…
H A Ddate_modify_variation2.phpt220 …o parse time string (string) at position 0 (s): The timezone could not be found in the database in…
225 …o parse time string (string) at position 0 (s): The timezone could not be found in the database in…
230 …o parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database in…
235 …se time string (hello world) at position 0 (h): The timezone could not be found in the database in…
240 …time string (Class A object) at position 0 (C): The timezone could not be found in the database in…
/PHP-5.5/ext/libxml/
H A Dconfig0.m423 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_export_error3.phpt17 …ectionException' with message 'The parameter specified by its name could not be found' in %s.php:%d
H A Dparameters_001.phpt37 string(54) "The parameter specified by its name could not be found"
/PHP-5.5/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_2.phpt16 Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found
/PHP-5.5/ext/xmlwriter/
H A Dconfig.m424 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
/PHP-5.5/
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.5/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…
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt23 Warning: unserialize(): defined (Nonexistent) but not found in %s on line 14
/PHP-5.5/ext/xmlreader/
H A Dconfig.m425 AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])

Completed in 42 milliseconds

12345678910>>...19