/PHP-7.3/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 38 This checks with $, %, &, chars 48 This checks\t and \nwhite space chars 126 …checks with $, %, &, charsr to checkThis checks with $, %, &, chars with hereThis checks with $, %… 127 …checks with $, %, &, charsi@! ch@r$ This checks with $, %, &, chars__with wroThis checks with $, %… 129 string(487) "This is stThis checks and 130 white space charsr to checkThis checks and 131 white space chars with hereThis checks and 132 white space charsdoc endingThis checks and 133 white space chars.This contThis checks and 135 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 | 24 $str = "This contains\tand special char & numbers 123.\nIt also checks for \0 char"; 61 It also checks for char||" 64 It als||o checks for char||" 67 It also checks for char||"
|
/PHP-7.3/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 32 int checks; in PHP_METHOD() local 62 checks = uspoof_getChecks(co->uspoof, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD() 63 uspoof_setChecks(co->uspoof, checks & ~USPOOF_SINGLE_SCRIPT, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
|
H A D | spoofchecker_main.c | 120 zend_long checks; in PHP_METHOD() local 123 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "l", &checks)) { in PHP_METHOD() 129 uspoof_setChecks(co->uspoof, checks, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
|
/PHP-7.3/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-7.3/ext/spl/tests/ |
H A D | iterator_045.phpt | 80 $checks = array(0 => 25, 1 => 42, 3 => 'FooBar'); 83 $it->testSet($checks); 89 $it->testSet($checks);
|
H A D | spl_iterator_iterator_constructor.phpt | 2 SPL: IteratorInterator constructor checks
|
H A D | iterator_044.phpt | 58 $checks = array(0, new stdClass, new MyFoo, NULL, 2, 'foo', 3); 60 $it->test($checks); 66 $it->test($checks);
|
H A D | spl_caching_iterator_constructor_flags.phpt | 2 SPL: CachingInterator constructor flag checks
|
/PHP-7.3/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)
|
H A D | iconv-charset-length-cve-2007-4840.phpt | 2 iconv() charset parameter length checks (CVE-2007-4840)
|
/PHP-7.3/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)
|
H A D | get_magic_quotes_gpc.phpt | 13 // no checks on number of args
|
H A D | get_magic_quotes_runtime.phpt | 14 // no checks on number of args
|
/PHP-7.3/Zend/tests/use_function/ |
H A D | conditional_function_declaration.phpt | 2 function that is conditionally defined is subject to symbol use checks
|
/PHP-7.3/ext/pcre/tests/ |
H A D | skip.ini | 1 [Locale checks]
|
/PHP-7.3/ext/opcache/tests/ |
H A D | bool_not_cv.phpt | 2 $v = !$v/(bool)$v checks for undefined variables
|