/PHP-8.1/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 32 This checks with $, %, &, chars 42 This checks\t and \nwhite space chars 120 …checks with $, %, &, charsr to checkThis checks with $, %, &, chars with hereThis checks with $, %… 121 …checks with $, %, &, charsi@! ch@r$ This checks with $, %, &, chars__with wroThis checks with $, %… 123 string(487) "This is stThis checks and 124 white space charsr to checkThis checks and 125 white space chars with hereThis checks and 126 white space charsdoc endingThis checks and 127 white space chars.This contThis checks and 129 specThis checks and [all …]
|
H A D | basename.phpt | 5 // simple checks 10 // simple checks with trailing slashes 15 // suffix removal checks 20 // suffix removal checks with trailing slashes 25 // suffix removal checks
|
H A D | chunk_split_variation5.phpt | 18 $str = "This contains\tand special char & numbers 123.\nIt also checks for \0 char"; 56 It also checks for %0 char||" 59 It als||o checks for %0 char||" 62 It also checks for %0 char||"
|
/PHP-8.1/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 27 int checks; in PHP_METHOD() local 57 checks = uspoof_getChecks(co->uspoof, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD() 58 uspoof_setChecks(co->uspoof, checks & ~USPOOF_SINGLE_SCRIPT, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
|
H A D | spoofchecker_main.c | 112 zend_long checks; in PHP_METHOD() local 115 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "l", &checks)) { in PHP_METHOD() 121 uspoof_setChecks(co->uspoof, checks, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
|
H A D | spoofchecker.stub.php | 25 public function setChecks(int $checks): void {} argument
|
/PHP-8.1/ext/spl/tests/ |
H A D | iterator_045.phpt | 76 $checks = array(0 => 25, 1 => 42, 3 => 'FooBar'); 79 $it->testSet($checks); 85 $it->testSet($checks);
|
H A D | spl_iterator_iterator_constructor.phpt | 2 SPL: IteratorInterator constructor checks
|
/PHP-8.1/ext/phar/tests/ |
H A D | create_path_error.phpt | 30 $checks = array( 40 foreach($checks as $check) 49 $checks = array("a\0"); 50 foreach($checks as $check)
|
/PHP-8.1/ext/iconv/tests/ |
H A D | ob_iconv_handler-charset-length-cve-2007-4840.phpt | 2 ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
|
H A D | iconv_strlen-charset-length-cve-2007-4840.phpt | 2 iconv_strlen() charset parameter length checks (CVE-2007-4840)
|
H A D | iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt | 2 iconv_mime_decode_headers() charset parameter length checks (CVE-2007-4840)
|
H A D | iconv_mime_decode-charset-length-cve-2007-4840.phpt | 2 iconv_mime_decode() charset parameter length checks (CVE-2007-4840)
|
H A D | iconv_strpos-charset-length-cve-2007-4840.phpt | 2 iconv_strpos() charset parameter length checks (CVE-2007-4840)
|
H A D | iconv_strrpos-charset-length-cve-2007-4840.phpt | 2 iconv_strrpos() charset parameter length checks (CVE-2007-4840)
|
H A D | iconv_substr-charset-length-cve-2007-4783.phpt | 2 iconv_substr() charset parameter length checks (CVE-2007-4783)
|
H A D | iconv-charset-length-cve-2007-4840.phpt | 2 iconv() charset parameter length checks (CVE-2007-4840)
|
/PHP-8.1/Zend/tests/ |
H A D | bug76451_2.phpt | 2 Bug #76451: Aliases during inheritance type checks affected by opcache (variation)
|
H A D | bug76451.phpt | 2 Bug #76451: Aliases during inheritance type checks affected by opcache
|
/PHP-8.1/ext/opcache/tests/ |
H A D | verify_return_instanceof.phpt | 2 Instanceof checks in VERIFY_RETURN_TYPE optimization may deal with unlinked classes
|
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | recv_004.phpt | 2 JIT RECV: default arguments with type checks
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | 008.phpt | 7 // this checks f,g,G conversion for snprintf/spprintf
|
/PHP-8.1/ |
H A D | UPGRADING | 70 instead of resources. Return value checks using is_resource() 71 should be replaced with checks for `false`. 76 should be replaced with checks for `false`. 81 should be replaced with checks for `false`. 86 should be replaced with checks for `false`. 89 should be replaced with checks for `false`. 92 is_resource() should be replaced with checks for `false`. 144 is_resource() should be replaced with checks for `false`. 147 is_resource() should be replaced with checks for `false`. 159 should be replaced with checks for `false`. [all …]
|
/PHP-8.1/Zend/tests/use_function/ |
H A D | conditional_function_declaration.phpt | 2 function that is conditionally defined is subject to symbol use checks
|
/PHP-8.1/ext/pcre/tests/ |
H A D | skip.ini | 1 [Locale checks]
|