Home
last modified time | relevance | path

Searched refs:code (Results 301 – 325 of 2471) sorted by relevance

1...<<11121314151617181920>>...99

/PHP-7.4/Zend/tests/
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…
H A Darray_unshift_COW.phpt2 Tests that array unshift code is correctly dealing with copy on write and splitting on reference
H A Dbug69388_2.phpt5 function handle_error($code, $message, $file, $line, $context) {
H A Deval_parse_error_with_doc_comment.phpt15 Parse error: syntax error, unexpected end of file in %s(%d) : eval()'d code on line %d
H A Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c78 const char *code = NULL; in file_ascmagic() local
92 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
97 ubuf, ulen, code, type, text); in file_ascmagic()
106 const struct buffer *b, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding() argument
259 if (file_printf(ms, "%s", code) == -1) in file_ascmagic_with_encoding()
/PHP-7.4/ext/phar/tests/
H A Dfopen.phpt11 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage
13 $a = fopen(); // this satisfies another line of code coverage
/PHP-7.4/sapi/cgi/tests/
H A D003.phpt21 $code ='
38 file_put_contents($filename, $code);
/PHP-7.4/ext/oci8/tests/
H A Dpecl_bug16842.phpt46 ["code"]=>
63 ["code"]=>
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug64699.phpt53 Active code page: 65001
62 Active code page: %d
H A Dtest_cp1250_to_utf8_4.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1250_to_utf8_5.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_cp932_1.phpt49 Active code page: 932
54 Active code page: %d
H A Dtest_cp932_2.phpt51 Active code page: 932
56 Active code page: %d
/PHP-7.4/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt30 $code = <<<EOT
35 $tester = new FPM\Tester($cfg, $code);
/PHP-7.4/ext/standard/tests/network/
H A Dtcp6loop.phpt5 …v6 is supported on the platform this will error out with code 111 - Connection refused (or code 10…
H A Dudp6loop.phpt5 /* If IPv6 is supported on the platform this will error out with code 111 -
6 * Connection refused (or code 10049 on Windows). If IPv6 is NOT supported, $errno will be set to
/PHP-7.4/Zend/
H A Dzend_exceptions.c278 zend_long code = 0; in ZEND_METHOD() local
305 if (code) { in ZEND_METHOD()
306 ZVAL_LONG(&tmp, code); in ZEND_METHOD()
348 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
374 if (code) { in ZEND_METHOD()
375 ZVAL_LONG(&tmp, code); in ZEND_METHOD()
792 ZEND_ARG_INFO(0, code)
813 ZEND_ARG_INFO(0, code)
927 if (code) { in zend_throw_exception()
928 ZVAL_LONG(&tmp, code); in zend_throw_exception()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dintl_error_name.phpt9 * Check getting error string by integer error code.
H A Dintl_get_error_code.phpt8 * Check getting global error code.
/PHP-7.4/ext/opcache/tests/
H A Dbug78341.phpt7 // Just some dead code...
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug50728.phpt2 Bug #50728 (All PDOExceptions hardcode 'code' property to 0)
/PHP-7.4/sapi/cli/tests/
H A D002-unix.phpt2 running code with -r
/PHP-7.4/ext/standard/tests/general_functions/
H A Dheader_redirection_014.phpt2 Location: headers do not override the 399 Choose Your Own Adventure response code
/PHP-7.4/ext/session/tests/
H A Dbug36459.phpt23 <p>See source html code</p>
36 <p>See source html code</p>

Completed in 27 milliseconds

1...<<11121314151617181920>>...99