Searched refs:Start (Results 1 – 25 of 41) sorted by relevance
12
/PHP-8.1/sapi/fuzzer/ |
H A D | fuzzer-unserializehash.c | 31 const uint8_t *Start = memchr(Data, '|', FullSize); in LLVMFuzzerTestOneInput() local 32 if (!Start) { in LLVMFuzzerTestOneInput() 35 ++Start; in LLVMFuzzerTestOneInput() 37 size_t Size = (Data + FullSize) - Start; in LLVMFuzzerTestOneInput() 39 memcpy(orig_data, Start, Size); in LLVMFuzzerTestOneInput() 62 ZVAL_STRINGL(&args[1], (char *) Data, (Start - Data) - 1); in LLVMFuzzerTestOneInput()
|
/PHP-8.1/Zend/tests/fibers/ |
H A D | fiber-status.phpt | 28 echo "\nBefore Start:\n"; 36 echo "\nAfter Start:\n"; 52 Before Start: 70 After Start:
|
H A D | double-start.phpt | 2 Start on already running fiber
|
/PHP-8.1/ext/pcntl/tests/ |
H A D | pcntl_signal_dispatch.phpt | 11 echo "Start!\n"; 19 Start!
|
H A D | signal_closure_handler.phpt | 12 echo "Start!\n"; 19 Start!
|
H A D | async_signals.phpt | 12 echo "Start!\n"; 19 Start!
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionFiber_basic.phpt | 19 echo "Before Start:\n"; 25 echo "\nAfter Start:\n"; 38 Before Start: 75 After Start:
|
/PHP-8.1/tests/func/ |
H A D | 005a.phpt | 10 echo "Start\n"; 28 Start
|
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | bug80959.phpt | 13 echo "Start\n"; 30 Start
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | dce_009.phpt | 16 echo "Start\n"; 51 0000 ECHO string("Start 70 Start
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | fastcgi_finish_request_basic.phpt | 24 echo "Test Start\n"; 32 $tester->request()->expectBody("Test Start");
|
H A D | bug72573-http-proxy.phpt | 24 echo "Test Start\n"; 47 'Test Start',
|
H A D | bug78599-path-info-underflow.phpt | 24 echo "Test Start\n"; 45 'Test Start',
|
H A D | getallheaders.phpt | 24 echo "Test Start\n"; 41 'Test Start',
|
H A D | bug75212-php-value-in-user-ini.phpt | 26 echo "Test Start\n"; 41 'Test Start',
|
H A D | fpm_get_status_basic.phpt | 24 echo "Test Start\n"; 41 Test Start
|
/PHP-8.1/ext/simplexml/tests/ |
H A D | bug81325.phpt | 14 Warning: DOMDocument::loadXML(): Start tag expected%s
|
/PHP-8.1/ext/curl/tests/ |
H A D | bug77535.phpt | 56 echo "Start handle request.\n"; 78 Start handle request.
|
H A D | bug45161.phpt | 27 // Start actual test
|
/PHP-8.1/ext/session/tests/ |
H A D | bug68063.phpt | 18 // Start the session with empty string should result in new session ID
|
/PHP-8.1/ext/dom/tests/ |
H A D | DOMNode_cloneNode_basic.phpt | 48 echo "Start cloneNode test\n"; 74 Start cloneNode test
|
H A D | DOMDocument_schemaValidateSource_error1.phpt | 20 Warning: DOMDocument::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<…
|
H A D | DOMDocument_load_error2_gte2_12.phpt | 28 Warning: DOMDocument::load(): Couldn't find end of Start Tag book line 4 in %s on line %d
|
/PHP-8.1/tests/output/ |
H A D | ob_implicit_flush_basic_002.phpt | 7 // Start a user buffer
|
/PHP-8.1/ext/sysvsem/tests/ |
H A D | sysv.phpt | 12 echo "Start.\n"; 93 Start.
|
Completed in 42 milliseconds
12