Home
last modified time | relevance | path

Searched refs:cont (Results 26 – 38 of 38) sorted by relevance

12

/PHP-8.0/ext/phar/tests/
H A Dphar_metadata_write4.phpt30 $files['a'] = array('cont' => 'a', 'meta' => new EchoesOnWakeup());
33 foreach($files as $name => $cont) {
H A Dpharfileinfo_getcrc32.phpt19 $files['a/subdir/here'] = array('cont'=>'a','ulen'=>1,'clen'=>1);
H A Dphar_metadata_write3.phpt22 $files['a'] = array('cont' => 'contents of file a');
26 foreach($files as $name => $cont) {
/PHP-8.0/ext/filter/tests/
H A D015.phpt23 'http://cont-ains.h-yph-en-s.com',
84 string(31) "http://cont-ains.h-yph-en-s.com"
/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c544 IConnectionPointContainer *cont; in php_com_object_enable_event_sink() local
548 &IID_IConnectionPointContainer, (void**)&cont))) { in php_com_object_enable_event_sink()
550 if (SUCCEEDED(IConnectionPointContainer_FindConnectionPoint(cont, in php_com_object_enable_event_sink()
560 IConnectionPointContainer_Release(cont); in php_com_object_enable_event_sink()
/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt137 … it'll \work!doc ending"To check " in heredoc".I'm sure it'll \work!.This cont"To check " in hered…
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfile.h410 struct cont { struct
/PHP-8.0/Zend/
H A Dzend_strtod.c3220 goto cont;
3232 goto cont;
3338 goto cont;
3342 goto cont;
3448 goto cont;
3504 goto cont;
3551 cont:
H A Dzend_compile.h158 int cont; member
H A Dzend_opcode.c616 return opline->opcode == ZEND_BRK ? jmp_to->brk : jmp_to->cont; in zend_get_brk_cont_target()
H A Dzend_compile.c695 brk_cont_element->cont = cont_addr; in zend_end_loop()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c2787 int cont=0;
2788 (void)(cont);
7176 int cont=1;
7179 if(--cont==0)return s+1;
7181 else if(*s==b)cont++;
/PHP-8.0/ext/standard/
H A Dstring.c1704 cont:
1708 goto cont;

Completed in 114 milliseconds

12