Home
last modified time | relevance | path

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

12

/PHP-8.2/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-8.2/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.2/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.2/ext/spl/tests/
H A Dgh8318.phpt17 $cl = new bug8318;
19 $cl->fpassthru();
/PHP-8.2/ext/dba/tests/
H A Ddba_inifile_creation_matrix.phpt58 Mode parameter is "cl":
99 Mode parameter is "cl":
140 Mode parameter is "cl":
H A Ddba_flatfile_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-8.2/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-8.2/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.2/tests/lang/
H A Dbug22510.phpt13 $cl = &$this->list;
/PHP-8.2/scripts/
H A Dphpize.m4172 AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)
/PHP-8.2/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.2/ext/standard/html_tables/mappings/
H A D8859-15.TXT7 # Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_x86.dasc5163 | shl Ra(result_reg), cl
5204 | sar Ra(result_reg), cl
10665 | cmp cl, IS_REFERENCE
10684 | cmp cl, IS_REFERENCE
10758 | cmp cl, IS_REFERENCE
11154 | mov cl, byte [r0 + 8]
11161 | mov cl, byte [r0 + 8]
11167 | shl eax, cl
11233 | cmp cl, type
12651 | shl edx, cl
[all …]
/PHP-8.2/
H A Dconfigure.ac140 AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)
/PHP-8.2/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 ;;;

Completed in 136 milliseconds

12