Home
last modified time | relevance | path

Searched refs:rec (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/opcache/tests/
H A Dbug77275.phpt25 $rec = new Record();
26 $id = $rec['a'];
/PHP-7.4/ext/reflection/tests/
H A DReflectionGenerator_in_Generator.phpt6 function call(ReflectionGenerator $ref, $method, $rec = true) {
7 if ($rec) {
/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_002.phpt26 function iptc_make_tag($rec, $data, $value)
29 $retval = chr(0x1C) . chr($rec) . chr($data);
62 foreach ($tags as $tag => $string) { $rec=$tag[0]; $tag = substr($tag, 2); $iptc .= iptc_make_tag($
/PHP-7.4/Zend/
H A Dbench.php51 $s=0; $rec=0; $imc=0; $re=0; $im=0; $re2=0; $im2=0;
59 $rec=$s*($x-$w2)+$recen;
60 $re=$rec;
67 $re=$re2-$im2+$rec;
/PHP-7.4/tests/classes/
H A Diterators_001.phpt69 echo "===foreach/rec===\n";
121 ===foreach/rec===
/PHP-7.4/main/
H A Dfastcgi.c1520 fcgi_end_request_rec *rec = (fcgi_end_request_rec*)(req->out_pos); local
1522 fcgi_make_header(&rec->hdr, FCGI_END_REQUEST, req->id, sizeof(fcgi_end_request));
1523 rec->body.appStatusB3 = 0;
1524 rec->body.appStatusB2 = 0;
1525 rec->body.appStatusB1 = 0;
1526 rec->body.appStatusB0 = 0;
1527 rec->body.protocolStatus = FCGI_REQUEST_COMPLETE;

Completed in 23 milliseconds