Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/ext/standard/tests/array/
H A Dmax_int_float_optimisation.phpt8 echo "Start as int optimisation:\n";
22 echo "Start as float optimisation:\n";
38 Start as int optimisation:
50 Start as float optimisation:
H A Dmin_int_float_optimisation.phpt8 echo "Start as int optimisation:\n";
22 echo "Start as float optimisation:\n";
38 Start as int optimisation:
50 Start as float optimisation:
/php-src/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-src/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-src/ext/reflection/tests/
H A DReflectionFiber_basic.phpt19 echo "Before Start:\n";
25 echo "\nAfter Start:\n";
38 Before Start:
75 After Start:
/php-src/tests/func/
H A D005a.phpt10 echo "Start\n";
28 Start
/php-src/ext/opcache/tests/jit/
H A Dbug80959.phpt12 echo "Start\n";
29 Start
/php-src/ext/opcache/tests/opt/
H A Ddce_009.phpt17 echo "Start\n";
53 0000 ECHO string("Start
72 Start
/php-src/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-src/ext/simplexml/tests/
H A Dbug81325.phpt14 Warning: DOMDocument::loadXML(): Start tag expected%s
/php-src/ext/curl/tests/
H A Dbug77535.phpt56 echo "Start handle request.\n";
78 Start handle request.
H A Dbug45161.phpt27 // Start actual test
/php-src/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt48 echo "Start cloneNode test\n";
74 Start cloneNode test
/php-src/ext/session/tests/
H A Dbug68063.phpt18 // Start the session with empty string should result in new session ID
/php-src/tests/output/
H A Dob_implicit_flush_basic_002.phpt7 // Start a user buffer

Completed in 90 milliseconds

12