Home
last modified time | relevance | path

Searched refs:found (Results 126 – 150 of 454) sorted by relevance

12345678910>>...19

/PHP-5.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 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 Darray_uintersect_uassoc_variation3.phpt207 …sect_uassoc() expects parameter 3 to be a valid callback, function '' not found or invalid functio…
212 …sect_uassoc() expects parameter 3 to be a valid callback, function '' not found or invalid functio…
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…
/PHP-5.4/ext/oci8/
H A Dconfig.w3243 WARNING("oci8 not enabled: Oracle Database libraries or Oracle 10g Instant Client not found");
79 WARNING("oci8-11g not enabled: Oracle Database libraries or Oracle 11g Instant Client not found");
/PHP-5.4/ext/phar/tests/
H A Dstat2.phpt27 echo "not found\n";
56 not found
H A Dstat2_5.3.phpt27 echo "not found\n";
56 not found
/PHP-5.4/ext/sybase_ct/tests/
H A Dbug22403.phpt22 echo "Stored procedure {$sp_name} not found, creating\n";
33 echo "Stored procedure {$sp_name} found, using\n";
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorcode.phpt53 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
57 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesn…
/PHP-5.4/ext/phar/tests/zip/
H A Dcorrupt_002.phpt16 phar error: end of central directory not found in zip-based phar "%snozipend.zip"
/PHP-5.4/Zend/tests/
H A Dclass_alias_020.phpt33 Fatal error: Class 'foo\bar' not found in %s on line %d
/PHP-5.4/ext/bz2/
H A Dconfig.w3216 WARNING("bz2 not enabled; libraries and headers not found");
/PHP-5.4/ext/posix/tests/
H A Dposix_getcwd_basic.phpt6 if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
/PHP-5.4/ext/simplexml/
H A Dconfig.w3221 WARNING("simplexml not enabled; libraries and headers not found");
/PHP-5.4/ext/standard/tests/file/
H A Dfile_get_contents_error001.phpt12 die ("skip file_get_contents function is not found");
/PHP-5.4/ext/pdo_firebird/
H A Dconfig.w3215 WARNING("pdo_firebird not enabled; libraries and headers not found");
/PHP-5.4/ext/standard/
H A Dhtml.c439 int found = 0; in determine_charset() local
445 found = 1; in determine_charset()
449 if (!found) { in determine_charset()
565 unsigned char found; in map_from_unicode() local
600 if (found) in map_from_unicode()
601 *res = found; in map_from_unicode()
611 found = unimap_bsearch(unimap_win1252, in map_from_unicode()
613 if (found) in map_from_unicode()
614 *res = found; in map_from_unicode()
643 if (found) in map_from_unicode()
[all …]
/PHP-5.4/ext/pdo_dblib/
H A Dconfig.w3218 WARNING("pdo_dblib not enabled, libraries or headers not found")
71 WARNING("pdo_mssql not enabled, libraries or headers not found")
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug44667.phpt4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?>
/PHP-5.4/sapi/pi3web/
H A Dconfig.w3214 WARNING('Pi3Web not enabled; headers/libraries not found');
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt16 printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group);
/PHP-5.4/ext/tidy/
H A Dconfig.w3219 WARNING("tidy not enabled; libraries and headers not found");
/PHP-5.4/ext/interbase/
H A Dconfig.w3215 WARNING("interbase not enabled; libraries and headers not found");

Completed in 33 milliseconds

12345678910>>...19