Home
last modified time | relevance | path

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

123

/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 Ddestructors_001.phpt18 printf("%d: Start destruct\n", $id);
43 0: Start destruct
44 1: Start destruct
46 2: Start destruct
48 3: Start destruct
50 4: Start destruct
H A Ddestructors_006.phpt18 printf("%d: Start destruct\n", $id);
44 0: Start destruct
45 1: Start destruct
47 2: Start destruct
49 3: Start destruct
H A Ddestructors_002.phpt2 Fibers in destructors 002: Start in destructor
18 printf("%d: Start destruct\n", $id);
31 0: Start destruct
33 1: Start destruct
H A Ddestructors_007.phpt14 printf("%d: Start destruct\n", $id);
47 0: Start destruct
48 1: Start destruct
51 2: Start destruct
H A Ddestructors_003.phpt18 printf("%d: Start destruct\n", $id);
38 0: Start destruct
40 1: Start destruct
H A Ddestructors_005.phpt16 printf("%d: Start destruct\n", $this->id);
51 2: Start destruct
53 0: Start destruct
55 1: Start destruct
H A Dfiber-status.phpt28 echo "\nBefore Start:\n";
36 echo "\nAfter Start:\n";
52 Before Start:
70 After Start:
H A Ddestructors_004.phpt18 printf("%d: Start destruct\n", $id);
46 0: Start destruct
47 1: Start destruct
49 2: Start destruct
/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',
/php-src/ext/simplexml/tests/
H A Dbug81325.phpt14 Warning: DOMDocument::loadXML(): Start tag expected%s

Completed in 27 milliseconds

123