Home
last modified time | relevance | path

Searched refs:base (Results 201 – 225 of 406) sorted by relevance

12345678910>>...17

/PHP-8.3/ext/soap/tests/schema/
H A Dschema059.phpt12 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema072.phpt13 <restriction base="SOAP-ENC:Array">
H A Dschema073.phpt13 <restriction base="SOAP-ENC:Array">
H A Dschema004.phpt13 <restriction base="tns:testType2"/>
H A Dschema005.phpt13 <restriction base="xsd:int"/>
H A Dschema011.phpt13 <restriction base="int"/>
H A Dschema012.phpt13 <restriction base="int"/>
H A Dschema017.phpt15 <restriction base="float"/>
H A Dschema018.phpt13 <restriction base="float"/>
H A Dschema019.phpt13 <restriction base="float"/>
H A Dschema058.phpt12 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema006.phpt13 <restriction base="xsd:int"/>
H A Dschema007.phpt14 <restriction base="xsd:int"/>
H A Dschema008.phpt14 <restriction base="xsd:int"/>
H A Dschema020.phpt15 <restriction base="float"/>
/PHP-8.3/ext/spl/tests/
H A DarrayObject_ksort_basic2.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with object base store
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_004.phpt45 ["base"]=>
H A Dstack_limit_007.phpt35 ["base"]=>
H A Dstack_limit_011.phpt42 ["base"]=>
/PHP-8.3/ext/gmp/tests/
H A Dbug80560.phpt2 Bug #80560: Strings containing only a base prefix return 0 object
64 echo 'Explicit base with gmp_init:', \PHP_EOL;
214 Explicit base with gmp_init:
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c1016 L->base=L->ci->base;
1151 L->base=ci->base=base;
1167 L->base=ci->base=ci->func+1;
1186 L->base=(ci-1)->base;
1222 L->base=L->ci->base;
2274 L1->base=L1->ci->base=L1->top;
2384 L->base=L->top=L->ci->base;
4952 base=L->base;
5148 base=L->base;
5167 L->base=ci->base=ci->func+((ci+1)->base-pfunc);
[all …]
H A Ddasm_arm.h348 char *base = (char *)buffer; in dasm_encode() local
371 ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0xe1a00000; in dasm_encode()
381 n = *DASM_POS2PTR(D, n) - (int)((char *)cp - base) - 4; in dasm_encode()
399 ins &= 2047; if (ins >= 20) D->globals[ins-10] = (void *)(base + n); in dasm_encode()
425 if (base + D->codesize != (char *)cp) /* Check for phase errors. */ in dasm_encode()
/PHP-8.3/ext/oci8/tests/
H A Dbind_sqltafc.phpt34 echo "Test 0 - base table creation without binds\n";
95 Test 0 - base table creation without binds
/PHP-8.3/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt8 $base = 10;
92 var_dump( intval($value, $base) );
/PHP-8.3/ext/soap/tests/soap12/
H A DT75.phpt14 <test:RelativeReference xml:base="http://example.org/today/"

Completed in 36 milliseconds

12345678910>>...17