Home
last modified time | relevance | path

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

12

/php-src/ext/phar/tests/
H A Dphar_metadata_write4.phpt28 $files['a'] = array('cont' => 'a', 'meta' => new EchoesOnWakeup());
31 foreach($files as $name => $cont) {
H A Dphar_metadata_write3.phpt20 $files['a'] = array('cont' => 'contents of file a');
24 foreach($files as $name => $cont) {
H A Dpharfileinfo_getcrc32.phpt19 $files['a/subdir/here'] = array('cont'=>'a','ulen'=>1,'clen'=>1);
H A Dgh13833.phpt21 $files['a'] = array('cont' => 'a');
/php-src/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-src/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-src/ext/fileinfo/libmagic/
H A Dfile.h440 struct cont { struct
449 struct cont c; argument
H A Dsoftmagic.c1571 save_cont(struct magic_set *ms, struct cont *c) in save_cont()
1586 restore_cont(struct magic_set *ms, struct cont *c) in restore_cont()
1607 struct cont c; in mget()
/php-src/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-src/Zend/
H A Dzend_strtod.c3207 goto cont;
3219 goto cont;
3325 goto cont;
3329 goto cont;
3435 goto cont;
3491 goto cont;
3538 cont:
H A Dzend_compile.h160 int cont; member
H A Dzend_opcode.c710 return opline->opcode == ZEND_BRK ? jmp_to->brk : jmp_to->cont; in zend_get_brk_cont_target()
H A Dzend_compile.c728 brk_cont_element->cont = cont_addr; in zend_end_loop()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c2788 int cont=0;
2789 (void)(cont);
7182 int cont=1;
7185 if(--cont==0)return s+1;
7187 else if(*s==b)cont++;
/php-src/ext/fileinfo/
H A Dlibmagic.patch3133 restore_cont(struct magic_set *ms, struct cont *c)

Completed in 89 milliseconds

12