Home
last modified time | relevance | path

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

12

/php-src/ext/soap/tests/bugs/
H A Dbug34643.phpt36 $cl = new LocalSoapClient(__DIR__.'/bug34643.wsdl', array("trace"=>1));
37 print_r($cl->__getFunctions());
38 echo $cl->get_it("aaa")."\n";
39 echo $cl->get_it()."\n";
40 var_dump($cl->get_it(null));
H A Dbug50762.phpt36 $cl = new LocalSoapClient(__DIR__.'/bug50762.wsdl', array('cache_wsdl'=>WSDL_CACHE_NONE, 'trace'=>t…
42 $cl->__setSoapHeaders(array(new SoapHeader('http://sova.pronto.ru/', 'authToken', new authToken('to…
43 echo $cl->testHeader('param') . PHP_EOL;
/php-src/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-src/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-src/ext/spl/tests/
H A Dgh8318.phpt17 $cl = new bug8318;
19 $cl->fpassthru();
/php-src/ext/dba/tests/
H A Ddba_flatfile_creation_matrix.phpt58 Mode parameter is "cl":
99 Mode parameter is "cl":
140 Mode parameter is "cl":
H A Ddba_inifile_creation_matrix.phpt58 Mode parameter is "cl":
99 Mode parameter is "cl":
140 Mode parameter is "cl":
H A Ddba_db4_creation_matrix.phpt58 Mode parameter is "cl":
99 Mode parameter is "cl":
148 Mode parameter is "cl":
H A Ddba_tcadb_creation_matrix.phpt58 Mode parameter is "cl":
99 Mode parameter is "cl":
148 Mode parameter is "cl":
H A Ddba_gdbm_creation_matrix.phpt62 Mode parameter is "cl":
117 Mode parameter is "cl":
178 Mode parameter is "cl":
H A Ddba_cdb_creation_matrix.phpt58 Mode parameter is "cl":
115 Mode parameter is "cl":
172 Mode parameter is "cl":
H A Ddba_qdbm_creation_matrix.phpt62 Mode parameter is "cl":
117 Mode parameter is "cl":
178 Mode parameter is "cl":
H A Ddba_lmdb_creation_matrix.phpt56 Mode parameter is "cl":
111 Mode parameter is "cl":
172 Mode parameter is "cl":
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h14 _(R1, rcx, ecx, cx, cl, ch) \
52 _(R1, ___, ecx, cx, cl, ch) \
H A Dir_x86.dasc4424 | ASM_REG_TXT_OP shl, insn->type, def_reg, cl
4427 | ASM_REG_TXT_OP shr, insn->type, def_reg, cl
4430 | ASM_REG_TXT_OP sar, insn->type, def_reg, cl
4433 | ASM_REG_TXT_OP rol, insn->type, def_reg, cl
4436 | ASM_REG_TXT_OP ror, insn->type, def_reg, cl
4476 | ASM_MEM_TXT_OP shl, type, mem, cl
4479 | ASM_MEM_TXT_OP shr, type, mem, cl
4482 | ASM_MEM_TXT_OP sar, type, mem, cl
4485 | ASM_MEM_TXT_OP rol, type, mem, cl
4488 | ASM_MEM_TXT_OP ror, type, mem, cl
/php-src/win32/build/
H A Dconfig.w32144 if (FSO.FileExists(PROGRAM_FILES + "\\LLVM\\bin\\clang-cl.exe")) {
145 clang_cl = PROGRAM_FILES + "\\LLVM\\bin\\clang-cl.exe";
146 } else if (FSO.FileExists(PROGRAM_FILESx86 + "\\LLVM\\bin\\clang-cl.exe")) {
147 clang_cl = PROGRAM_FILESx86 + "\\LLVM\\bin\\clang-cl.exe";
151 if (false == PATH_PROG('clang-cl', null, 'CLANG_CL')) {
220 pvscfg.WriteLine("skip-cl-exe = no");
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1126 LClosure*cl;
1133 if(!cl->isC){
1136 Proto*p=cl->p;
1238 Closure*cl;
1244 cl->l.p=tf;
1870 if(cl->c.isC){
1925 return(cl->c.isC)?sizeCclosure(cl->c.nupvalues):
4946 LClosure*cl;
4954 k=cl->p->k;
5560 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-src/tests/lang/
H A Dbug22510.phpt13 $cl = &$this->list;
/php-src/scripts/
H A Dphpize.m4174 AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)
/php-src/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-src/ext/standard/html_tables/mappings/
H A D8859-15.TXT7 # Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
/php-src/
H A Dconfigure.ac142 AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)

Completed in 97 milliseconds

12