Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-unserializehash.c31 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.2/Zend/tests/fibers/
H A Dfiber-status.phpt28 echo "\nBefore Start:\n";
36 echo "\nAfter Start:\n";
52 Before Start:
70 After Start:
H A Ddouble-start.phpt2 Start on already running fiber
/PHP-8.2/ext/mysqli/tests/
H A Dgh12107.phpt23 echo "Start or run 1\n";
32 echo "Start or run 2\n";
52 Start or run 1
56 Start or run 2
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_signal_dispatch.phpt11 echo "Start!\n";
19 Start!
H A Dasync_signals.phpt12 echo "Start!\n";
19 Start!
H A Dsignal_closure_handler.phpt12 echo "Start!\n";
19 Start!
/PHP-8.2/ext/reflection/tests/
H A DReflectionFiber_basic.phpt19 echo "Before Start:\n";
25 echo "\nAfter Start:\n";
38 Before Start:
75 After Start:
/PHP-8.2/tests/func/
H A D005a.phpt10 echo "Start\n";
28 Start
/PHP-8.2/ext/opcache/tests/jit/
H A Dbug80959.phpt13 echo "Start\n";
30 Start
/PHP-8.2/ext/opcache/tests/opt/
H A Ddce_009.phpt17 echo "Start\n";
52 0000 ECHO string("Start
71 Start
/PHP-8.2/sapi/fpm/tests/
H A Dfastcgi_finish_request_basic.phpt24 echo "Test Start\n";
32 $tester->request()->expectBody("Test Start");
H A Dbug72573-http-proxy.phpt24 echo "Test Start\n";
47 'Test Start',
H A Dbug78599-path-info-underflow.phpt24 echo "Test Start\n";
45 'Test Start',
H A Dgetallheaders.phpt24 echo "Test Start\n";
41 'Test Start',
H A Dbug75212-php-value-in-user-ini.phpt26 echo "Test Start\n";
41 'Test Start',
H A Dfpm_get_status_basic.phpt24 echo "Test Start\n";
41 Test Start
/PHP-8.2/ext/simplexml/tests/
H A Dbug81325.phpt14 Warning: DOMDocument::loadXML(): Start tag expected%s
H A Dgh14638.phpt21 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Start tag expected, '<' no…
/PHP-8.2/ext/curl/tests/
H A Dbug77535.phpt56 echo "Start handle request.\n";
78 Start handle request.
H A Dbug45161.phpt23 // Start actual test
/PHP-8.2/ext/session/tests/
H A Dbug68063.phpt18 // Start the session with empty string should result in new session ID
/PHP-8.2/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt48 echo "Start cloneNode test\n";
74 Start cloneNode test
/PHP-8.2/tests/output/
H A Dob_implicit_flush_basic_002.phpt7 // Start a user buffer
/PHP-8.2/ext/sysvsem/tests/
H A Dsysv.phpt12 echo "Start.\n";
93 Start.

Completed in 33 milliseconds

12