Home
last modified time | relevance | path

Searched refs:invalid (Results 426 – 450 of 719) sorted by relevance

1...<<11121314151617181920>>...29

/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_coalesce.phpt32 $s['invalid'] = 123;
37 var_dump(isset($s['invalid']));
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_http_header.phpt50 "Valid input, but invalid encoding name" => [
103 --- Valid input, but invalid encoding name ---
/php-src/ext/phar/tests/
H A D016b.phpt2 Phar::mapPhar invalid file (gzipped file length is too short)
/php-src/ext/intl/tests/
H A Dbug70452.phpt14 // Provide an invalid value for the second parameter
/php-src/sapi/cgi/tests/
H A Dbug78323.phpt2 Bug #78323 Test exit code and error message for invalid parameters
/php-src/ext/json/tests/
H A Dbug61537.phpt15 $invalid_utf8 = "an invalid sequen\xce in the middle of a string";
/php-src/ext/date/tests/
H A Dbug41523.phpt36 string(27) "The parsed date was invalid"
H A Dini_set_incorrect-002.phpt2 Test invalid time zone and defaults
/php-src/ext/standard/tests/file/
H A Drealpath_bug77484.phpt2 Bug #77484 Zend engine crashes when calling realpath in invalid working dir
H A Dfile_put_contents.phpt2 file_put_contents() and invalid parameters
/php-src/Zend/tests/
H A Dbug33996.phpt2 Bug #33996 (No information given for fatal error on passing invalid value to typed argument)
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode1.phpt2 html_entity_decode: Decoding of entities after invalid entities
H A Dstripos_variation1.phpt18 "\T", //invalid input
21 "\N", //invalid input
H A Dsetlocale_variation3.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/ext/gd/tests/
H A Dbug81739.phpt21 Warning: imageloadfont(): Error reading font, invalid font header in %s on line %d
/php-src/ext/mbstring/tests/
H A Dbug49536.phpt17 // This input string is invalid in ALL the candidate encodings:
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller31.phpt2 Phar front controller with invalid callback for rewrites [cache_list]
/php-src/ext/dom/tests/
H A Dgh12002.phpt2 GH-12002 (DOMDocument::encoding memory leak with invalid encoding)
/php-src/ext/opcache/tests/jit/
H A Dgh12748.phpt2 GH-12748: Function JIT emits "could not convert to int" warning at the same time as invalid offset …
/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/pcntl/tests/
H A Dpcntl_waitid.phpt16 // invalid flags
/php-src/ext/mysqli/tests/
H A Dmysqli_result_invalid_mode.phpt2 mysqli_result(), invalid mode
/php-src/ext/standard/tests/general_functions/
H A Dbug32647.phpt2 Bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)
83 …Argument #1 ($callback) must be a valid callback, function "bar" not found or invalid function name
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt78 …#3 ($finalCallback) must be a valid callback, function "no_func" not found or invalid function name
79 … #2 ($stepCallback) must be a valid callback, function "no_func" not found or invalid function name
/php-src/ext/dom/tests/modern/html/parser/
H A DElement_innerHTML.phpt19 $el->innerHTML = "invalid\xffutf-8������";
57 <div xmlns="http://www.w3.org/1999/xhtml">invalid�utf-8������</div>

Completed in 26 milliseconds

1...<<11121314151617181920>>...29