Home
last modified time | relevance | path

Searched refs:found (Results 226 – 250 of 457) sorted by relevance

12345678910>>...19

/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt26 Invalid callback undefinedfunc, function "undefinedfunc" not found or invalid function name
/php-src/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-src/ext/mbstring/
H A Dconfig.w3254 WARNING("mbregex not enabled; libraries and headers not found");
59 WARNING("mbstring not enabled; libraries and headers not found");
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt78 …ment #3 ($finalCallback) must be a valid callback, function "no_func" not found or invalid functio…
79 …ument #2 ($stepCallback) must be a valid callback, function "no_func" not found or invalid functio…
/php-src/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt25 $found = false;
28 $found = true;
32 if (!$found)
H A Dmysqli_mysqlnd_read_timeout_zero.phpt13 die(sprintf('skip Needs MySQL 5.0.12+, found version %d.', mysqli_get_server_version($link)));
H A Dmysqli_pam_sha256_public_key_option.phpt25 $found = false;
28 $found = true;
32 if (!$found)
H A Dmysqli_mysqlnd_read_timeout_long.phpt14 die(sprintf('skip Needs MySQL 5.0.12+, found version %d.', mysqli_get_server_version($link)));
H A Dmysqli_fetch_field_flags.phpt168 printf("[006] Found unexpected flags '%s' for %s, found '%s' with MySQL %s'\n",
172 printf("[007] The flags '%s' have not been reported for %s, found '%s'\n",
208 printf("[011] Found unexpected flags '%s' for %s, found '%s'\n",
211 printf("[012] The flags '%s' have not been reported for %s, found '%s'\n",
/php-src/ext/tidy/tests/
H A D004.phpt31 No warnings or errors were found.
/php-src/ext/phar/tests/
H A Dphar_extract3.phpt42 Invalid argument, %sfiles/bogus.zip cannot be found
/php-src/ext/gd/tests/
H A Dimageconvolution_error3.phpt37 …tion(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot be found (missing integer k…
/php-src/ext/enchant/tests/
H A Dbroker_describe.phpt19 echo "skip: No broker providers found\n";
/php-src/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)
H A Dcurl_version_features-array.phpt20 throw new Exception($key . ' not found in Curl phpinfo()');
/php-src/ext/ffi/
H A Dconfig.w3222 WARNING('ffi not enabled, headers or libraries not found');
/php-src/ext/reflection/tests/
H A Dparameters_001.phpt41 string(54) "The parameter specified by its name could not be found"
/php-src/ext/zip/
H A Dconfig.w3221 WARNING("zip not enabled; libraries and headers not found");
/php-src/ext/ldap/tests/
H A Dldap_set_rebind_proc_error.phpt44 …) must be a valid callback or null, function "rebind_proc_inexistent" not found or invalid functio…
/php-src/sapi/fpm/tests/
H A Dsocket-uds-too-long-filename-test.phpt33 . '\(found length: %d, maximal length: \d+\)/',
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error1.phpt20 …ValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found in %s on line %d
/php-src/ext/standard/
H A Dhtml.c460 unsigned char found; in map_from_unicode() local
493 found = unimap_bsearch(unimap_iso885915, in map_from_unicode()
495 if (found) in map_from_unicode()
496 *res = found; in map_from_unicode()
506 found = unimap_bsearch(unimap_win1252, in map_from_unicode()
508 if (found) in map_from_unicode()
509 *res = found; in map_from_unicode()
537 found = unimap_bsearch(table, code, table_size); in map_from_unicode()
538 if (found) in map_from_unicode()
539 *res = found; in map_from_unicode()
/php-src/tests/strings/
H A D002.phpt45 print('Error found: '.$e->getMessage()."\n");
85 printf test 30:Error found: Argument number specifier must be greater than zero and less than 21474…
/php-src/ext/pdo_mysql/
H A Dconfig.m450 AC_MSG_RESULT([not found])
73 AC_MSG_RESULT([not found])
/php-src/ext/gd/libgd/
H A Dgdft.c376 FT_CharMap found = 0; local
505 found = charmap;
518 found = charmap;
524 found = charmap;
530 found = charmap;
538 found = charmap;
544 if (!found) {
552 a->face->charmap = found;

Completed in 52 milliseconds

12345678910>>...19