Home
last modified time | relevance | path

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

12

/PHP-8.0/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.0/tests/func/
H A D005a.phpt10 echo "Start\n";
28 Start
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug80959.phpt13 echo "Start\n";
30 Start
/PHP-8.0/ext/pcntl/tests/
H A Dasync_signals.phpt16 echo "Start!\n";
23 Start!
H A Dsignal_closure_handler.phpt16 echo "Start!\n";
23 Start!
H A Dpcntl_signal_dispatch.phpt16 echo "Start!\n";
24 Start!
/PHP-8.0/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.0/ext/simplexml/tests/
H A Dbug81325.phpt16 Warning: DOMDocument::loadXML(): Start tag expected%s
/PHP-8.0/ext/curl/tests/
H A Dbug77535.phpt59 echo "Start handle request.\n";
81 Start handle request.
H A Dbug45161.phpt25 // Start actual test
H A Dcurl_setopt_array_basic.phpt30 // Start the test
/PHP-8.0/ext/session/tests/
H A Dbug68063.phpt16 // Start the session with empty string should result in new session ID
/PHP-8.0/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt50 echo "Start cloneNode test\n";
76 Start cloneNode test
H A DDOMDocument_schemaValidateSource_error1.phpt20 Warning: DOMDocument::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<…
H A DDOMDocument_schemaValidate_error1.phpt20 Warning: DOMDocument::schemaValidate(): %sbook-not-a-schema.xsd:1: parser error : Start tag expecte…
H A DDOMDocument_loadXML_error2.phpt26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
H A DDOMDocument_load_error2.phpt26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
/PHP-8.0/tests/output/
H A Dob_implicit_flush_basic_002.phpt7 // Start a user buffer
/PHP-8.0/ext/sysvsem/tests/
H A Dsysv.phpt15 echo "Start.\n";
96 Start.
/PHP-8.0/ext/com_dotnet/tests/
H A Dbug66431_1.phpt32 $check_text = $Wrd->ActiveDocument->Range($Wrd->ActiveDocument->Sentences(1)->Start, $Wrd->ActiveDo…

Completed in 26 milliseconds

12