Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 90) sorted by relevance

1234

/PHP-8.2/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt32 This checks with $, %, &, chars
42 This checks\t and \nwhite space chars
120checks with $, %, &, charsr to checkThis checks with $, %, &, chars with hereThis checks with $, %…
121checks 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 Dbasename.phpt5 // 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 Dchunk_split_variation5.phpt18 $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.2/ext/intl/spoofchecker/
H A Dspoofchecker_create.c27 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 Dspoofchecker_main.c108 zend_long checks; in PHP_METHOD() local
111 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "l", &checks)) { in PHP_METHOD()
117 uspoof_setChecks(co->uspoof, checks, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
H A Dspoofchecker.stub.php94 public function setChecks(int $checks): void {} argument
/PHP-8.2/ext/spl/tests/
H A Diterator_045.phpt76 $checks = array(0 => 25, 1 => 42, 3 => 'FooBar');
79 $it->testSet($checks);
85 $it->testSet($checks);
/PHP-8.2/ext/phar/tests/
H A Dcreate_path_error.phpt30 $checks = array(
40 foreach($checks as $check)
49 $checks = array("a\0");
50 foreach($checks as $check)
/PHP-8.2/ext/iconv/tests/
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt2 ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
H A Diconv_strlen-charset-length-cve-2007-4840.phpt2 iconv_strlen() charset parameter length checks (CVE-2007-4840)
H A Diconv_mime_decode-charset-length-cve-2007-4840.phpt2 iconv_mime_decode() charset parameter length checks (CVE-2007-4840)
H A Diconv_mime_decode_headers-charset-length-cve-2007-4840.phpt2 iconv_mime_decode_headers() charset parameter length checks (CVE-2007-4840)
H A Diconv_strpos-charset-length-cve-2007-4840.phpt2 iconv_strpos() charset parameter length checks (CVE-2007-4840)
H A Diconv_strrpos-charset-length-cve-2007-4840.phpt2 iconv_strrpos() charset parameter length checks (CVE-2007-4840)
H A Diconv_substr-charset-length-cve-2007-4783.phpt2 iconv_substr() charset parameter length checks (CVE-2007-4783)
H A Diconv-charset-length-cve-2007-4840.phpt2 iconv() charset parameter length checks (CVE-2007-4840)
/PHP-8.2/Zend/tests/
H A Dbug76451_2.phpt2 Bug #76451: Aliases during inheritance type checks affected by opcache (variation)
H A Dbug76451.phpt2 Bug #76451: Aliases during inheritance type checks affected by opcache
H A Dconstructor_abstract_grantparent.phpt2 LSP checks are performed against an abstract constructor even if it is not a direct parent
/PHP-8.2/ext/opcache/tests/
H A Dverify_return_instanceof.phpt2 Instanceof checks in VERIFY_RETURN_TYPE optimization may deal with unlinked classes
/PHP-8.2/Zend/tests/type_declarations/iterable/
H A Diterable_alias_redundancy_object_variance.phpt2 iterable type with object should be allowed in variance checks
/PHP-8.2/ext/standard/tests/general_functions/
H A D008.phpt7 // this checks f,g,G conversion for snprintf/spprintf
/PHP-8.2/ext/opcache/tests/jit/
H A Drecv_004.phpt2 JIT RECV: default arguments with type checks
/PHP-8.2/Zend/tests/use_function/
H A Dconditional_function_declaration.phpt2 function that is conditionally defined is subject to symbol use checks
/PHP-8.2/ext/pcre/tests/
H A Dskip.ini1 [Locale checks]

Completed in 24 milliseconds

1234