/PHP-8.0/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 char||" 59 It als||o checks for char||" 62 It also checks for char||"
|
/PHP-8.0/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 | 110 zend_long checks; in PHP_METHOD() local 113 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "l", &checks)) { in PHP_METHOD() 119 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) {} argument
|
/PHP-8.0/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 | iterator_044.phpt | 63 $checks = array(0, new stdClass, new MyFoo, NULL, 2, 'foo', 3); 65 $it->test($checks); 71 $it->test($checks);
|
H A D | spl_iterator_iterator_constructor.phpt | 2 SPL: IteratorInterator constructor checks
|
/PHP-8.0/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.0/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
|
H A D | constructor_abstract_grantparent.phpt | 2 LSP checks are performed against an abstract constructor even if it is not a direct parent
|
/PHP-8.0/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.0/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-charset-length-cve-2007-4840.phpt | 2 iconv_mime_decode() 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_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)
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | 008.phpt | 7 // this checks f,g,G conversion for snprintf/spprintf
|
H A D | dl-cve-2007-4887.phpt | 2 dl() filename length checks (CVE-2007-4887)
|
/PHP-8.0/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.0/ext/pcre/tests/ |
H A D | skip.ini | 1 [Locale checks]
|