/php-src/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-src/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 27 int checks; in PHP_METHOD() local 56 checks = uspoof_getChecks(co->uspoof, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD() 57 uspoof_setChecks(co->uspoof, checks & ~USPOOF_SINGLE_SCRIPT, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
|
H A D | spoofchecker_main.c | 121 zend_long checks; in PHP_METHOD() local 125 Z_PARAM_LONG(checks) in PHP_METHOD() 130 uspoof_setChecks(co->uspoof, checks, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
|
/php-src/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);
|
/php-src/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-src/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-src/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-src/ext/opcache/tests/ |
H A D | verify_return_instanceof.phpt | 2 Instanceof checks in VERIFY_RETURN_TYPE optimization may deal with unlinked classes
|
/php-src/ext/opcache/tests/jit/ |
H A D | recv_004.phpt | 2 JIT RECV: default arguments with type checks
|
/php-src/Zend/tests/type_declarations/iterable/ |
H A D | iterable_alias_redundancy_object_variance.phpt | 2 iterable type with object should be allowed in variance checks
|
/php-src/ext/standard/tests/general_functions/ |
H A D | 008.phpt | 7 // this checks f,g,G conversion for snprintf/spprintf
|
/php-src/Zend/tests/use_function/ |
H A D | conditional_function_declaration.phpt | 2 function that is conditionally defined is subject to symbol use checks
|
/php-src/ext/pcre/tests/ |
H A D | skip.ini | 1 [Locale checks]
|
/php-src/ext/calendar/tests/ |
H A D | easter_date_checks_upper_bound_32bit.phpt | 2 Test easter_date() on 32bit systems checks the upper year limit
|
H A D | easter_date_checks_upper_bound_64bit.phpt | 2 Test easter_date() on 64bit systems checks the upper year limit
|