/PHP-5.6/Zend/tests/ |
H A D | class_alias_020.phpt | 33 Fatal error: Class 'foo\bar' not found in %s on line %d
|
/PHP-5.6/ext/phar/tests/ |
H A D | stat2.phpt | 27 echo "not found\n"; 56 not found
|
H A D | stat2_5.3.phpt | 27 echo "not found\n"; 56 not found
|
/PHP-5.6/ext/sybase_ct/tests/ |
H A D | bug22403.phpt | 22 echo "Stored procedure {$sp_name} not found, creating\n"; 33 echo "Stored procedure {$sp_name} found, using\n";
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_errorcode.phpt | 53 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.6/ext/oci8/ |
H A D | config.w32 | 55 …RNING("oci8 not enabled: Oracle Database client libraries or Oracle 10g Instant Client not found"); 90 …G("oci8-11g not enabled: Oracle Database client libraries or Oracle 11g Instant Client not found"); 124 …2c not enabled: Oracle Database client libraries or Oracle Database 12c Instant Client not found");
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | setlocale_variation2.phpt | 48 // return all the locale found in the system, except for broken one 73 echo "No of locales found on the machine = ".count($all_system_locales)."\n"; 93 No of locales found on the machine = %d
|
/PHP-5.6/ext/gd/ |
H A D | config.w32 | 30 WARNING("t1lib not enabled; libraries and headers not found"); 39 WARNING("libvpx not enabled; libraries and headers not found"); 89 WARNING("gd not enabled; libraries and headers not found");
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_key_exists.phpt | 110 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 D | array_uintersect_assoc_variation3.phpt | 204 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, function '' not found… 209 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, function '' not found… 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…
|
/PHP-5.6/win32/build/ |
H A D | confutils.js | 343 found = false; 346 found = true; 379 if (!found) { 543 found = true; 557 found = true; 1751 if (!found) { 1815 if (!found) { 2268 found = false; 2279 found = true; 2284 found = true; [all …]
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | file_get_contents_error001.phpt | 12 die ("skip file_get_contents function is not found");
|
/PHP-5.6/ext/pdo_firebird/ |
H A D | config.w32 | 15 WARNING("pdo_firebird not enabled; libraries and headers not found");
|
/PHP-5.6/ext/posix/tests/ |
H A D | posix_getcwd_basic.phpt | 6 if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
|
/PHP-5.6/ext/zip/ |
H A D | config.m4 | 63 AC_MSG_RESULT(from option: found in $PHP_LIBZIP) 70 AC_MSG_RESULT(from pkgconfig: version $LIBZIP_VERSON found in $LIBZIP_LIBDIR) 80 AC_MSG_RESULT(in default path: found in $i) 87 AC_MSG_RESULT(not found) 177 #error no suitable type for ssize_t found
|
/PHP-5.6/sapi/pi3web/ |
H A D | config.w32 | 14 WARNING('Pi3Web not enabled; headers/libraries not found');
|
/PHP-5.6/ext/interbase/ |
H A D | config.w32 | 15 WARNING("interbase not enabled; libraries and headers not found");
|
/PHP-5.6/ext/tidy/ |
H A D | config.w32 | 19 WARNING("tidy not enabled; libraries and headers not found");
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_constants_categories.phpt | 16 printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group);
|
H A D | mysqli_pam_sha256.phpt | 27 $found = false; 30 $found = true; 34 if (!$found)
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | bug44667.phpt | 4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?>
|
/PHP-5.6/ext/ldap/tests/ |
H A D | ldap_modify_error.phpt | 23 // DN not found 24 var_dump(ldap_modify($link, "cn=not-found,$base", array()));
|
/PHP-5.6/ext/pdo_dblib/ |
H A D | config.w32 | 18 WARNING("pdo_dblib not enabled, libraries or headers not found") 71 WARNING("pdo_mssql not enabled, libraries or headers not found")
|
/PHP-5.6/ext/standard/ |
H A D | html.c | 451 int found = 0; in determine_charset() local 457 found = 1; in determine_charset() 461 if (!found) { in determine_charset() 577 unsigned char found; in map_from_unicode() local 612 if (found) in map_from_unicode() 613 *res = found; in map_from_unicode() 623 found = unimap_bsearch(unimap_win1252, in map_from_unicode() 625 if (found) in map_from_unicode() 626 *res = found; in map_from_unicode() 655 if (found) in map_from_unicode() [all …]
|
/PHP-5.6/ext/xsl/ |
H A D | php_xsl.c | 228 zval *php_xsl_create_object(xsltStylesheetPtr obj, int *found, zval *wrapper_in, zval *return_value… in php_xsl_create_object() argument 233 *found = 0; in php_xsl_create_object() 247 *found = 1; in php_xsl_create_object()
|