Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/soap/tests/bugs/
H A Dbug34643.phpt35 $cl = new LocalSoapClient(__DIR__.'/bug34643.wsdl', array("trace"=>1));
36 print_r($cl->__getFunctions());
37 echo $cl->get_it("aaa")."\n";
38 echo $cl->get_it()."\n";
39 var_dump($cl->get_it(null));
H A Dbug50762.phpt35 $cl = new LocalSoapClient(__DIR__.'/bug50762.wsdl', array('cache_wsdl'=>WSDL_CACHE_NONE, 'trace'=>t…
43 $cl->__setSoapHeaders(array(new SoapHeader('http://sova.pronto.ru/', 'authToken', new authToken('to…
44 echo $cl->testHeader('param') . PHP_EOL;
/PHP-8.1/ext/reflection/tests/
H A Dbug66430.phpt29 echo "closure cl of c(alpha.bravo): ", get_class($reflectionC->getClosureThis()).PHP_EOL;
30 echo "scope cl of c(alpha.bravo): ", $reflectionC->getClosureScopeClass()->getName().PHP_EOL;
40 closure cl of c(alpha.bravo): Alpha
41 scope cl of c(alpha.bravo): Alpha
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_cleanup.c39 int cl = cleanups.used; in fpm_cleanups_run() local
41 for ( ; cl--; c--) { in fpm_cleanups_run()
/PHP-8.1/win32/build/
H A Dconfig.w32142 if (FSO.FileExists(PROGRAM_FILES + "\\LLVM\\bin\\clang-cl.exe")) {
143 clang_cl = PROGRAM_FILES + "\\LLVM\\bin\\clang-cl.exe";
144 } else if (FSO.FileExists(PROGRAM_FILESx86 + "\\LLVM\\bin\\clang-cl.exe")) {
145 clang_cl = PROGRAM_FILESx86 + "\\LLVM\\bin\\clang-cl.exe";
149 if (false == PATH_PROG('clang-cl', null, 'CLANG_CL')) {
218 pvscfg.WriteLine("skip-cl-exe = no");
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c1126 LClosure*cl;
1133 if(!cl->isC){
1136 Proto*p=cl->p;
1238 Closure*cl;
1244 cl->l.p=tf;
1869 if(cl->c.isC){
1924 return(cl->c.isC)?sizeCclosure(cl->c.nupvalues):
4945 LClosure*cl;
4953 k=cl->p->k;
5559 Closure*cl;
[all …]
H A Ddasm_x86.lua301 local function mkrmap(sz, cl, names)
304 map_archdef[cl] = cname
305 map_reg_rev[cname] = cl
332 if sz == "o" or sz == "y" then name = format("%s%d", cl, i)
/PHP-8.1/tests/lang/
H A Dbug22510.phpt11 $cl = &$this->list;
/PHP-8.1/scripts/
H A Dphpize.m4175 AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)
/PHP-8.1/ext/mbstring/tests/data/
H A D8859-15.txt11 # Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
H A D8859-14.txt11 # Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
H A D8859-16.txt11 # Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
/PHP-8.1/ext/standard/html_tables/mappings/
H A D8859-15.TXT7 # Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc5209 | shl Ra(result_reg), cl
5250 | sar Ra(result_reg), cl
10806 | cmp cl, IS_REFERENCE
10825 | cmp cl, IS_REFERENCE
10899 | cmp cl, IS_REFERENCE
11302 | mov cl, byte [r0 + 8]
11309 | mov cl, byte [r0 + 8]
11315 | shl eax, cl
11384 | cmp cl, type
12810 | shl edx, cl
[all …]
/PHP-8.1/
H A Dconfigure.ac140 AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic11483 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
11508 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
11579 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
20791 # missed cl.elc dbx.elc simple.elc look like normal lisp starting with ;;;
H A Dmagic私はガラスを食べられます11483 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
11508 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
11579 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
20791 # missed cl.elc dbx.elc simple.elc look like normal lisp starting with ;;;

Completed in 219 milliseconds