Home
last modified time | relevance | path

Searched refs:base (Results 176 – 200 of 406) sorted by relevance

12345678910>>...17

/PHP-8.3/ext/gmp/tests/
H A D003.phpt2 Check for number base recognition
H A Dgmp_init.phpt40 gmp_init(): Argument #2 ($base) must be between 2 and 62
H A Dconstruct.phpt49 GMP::__construct(): Argument #2 ($base) must be between 2 and 62
/PHP-8.3/ext/xml/tests/
H A Dxml002.phpt45 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
47 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
/PHP-8.3/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt121 ["is base"]=>
146 ["is base"]=>
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c922 sljit_gpr base; member
932 sljit_gpr base = r0; in make_addr_bxy() local
937 base = gpr(mem & REG_MASK); in make_addr_bxy()
954 addr->base = base; in make_addr_bxy()
965 sljit_gpr base = r0; in make_addr_bx() local
987 addr->base = base; in make_addr_bx()
1205 sljit_gpr base, index; in emit_rx() local
1240 base = tmp1; in emit_rx()
3619 base = tmp1; in sljit_emit_mem()
3627 if (base == 0) in sljit_emit_mem()
[all …]
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_getProperty_003.phpt239 Fully qualified property name X::$pubC does not specify a base class of C
241 Fully qualified property name X::$protC does not specify a base class of C
243 Fully qualified property name X::$privC does not specify a base class of C
245 Fully qualified property name X::$doesNotExist does not specify a base class of C
H A DReflectionClass_getProperty_004.phpt243 Fully qualified property name X::$pubC does not specify a base class of C
245 Fully qualified property name X::$protC does not specify a base class of C
247 Fully qualified property name X::$privC does not specify a base class of C
249 Fully qualified property name X::$doesNotExist does not specify a base class of C
H A Dbug49719.phpt2 Bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_ppc.h330 char *base = (char *)buffer; in dasm_encode() local
353 ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0x60000000; in dasm_encode()
363 n = *DASM_POS2PTR(D, n) - (int)((char *)cp - base); in dasm_encode()
371 ins &= 2047; if (ins >= 20) D->globals[ins-10] = (void *)(base + n); in dasm_encode()
387 if (base + D->codesize != (char *)cp) /* Check for phase errors. */ in dasm_encode()
H A Ddasm_x86.h404 unsigned char *base = (unsigned char *)buffer; in dasm_encode() local
405 unsigned char *cp = base; in dasm_encode()
467 n = *pb - ((int)(cp-base) + 4-shrink); in dasm_encode()
478 dasma(*pb < 0 ? (ptrdiff_t)pb[1] : (*pb + (ptrdiff_t)base)); in dasm_encode()
484 D->globals[idx] = (void *)(base + (*p == DASM_SETLABEL ? *b : n)); in dasm_encode()
491 while (((cp-base) & n)) *cp++ = 0x90; /* nop */ in dasm_encode()
505 if (base + D->codesize != cp) /* Check for phase errors. */ in dasm_encode()
/PHP-8.3/ext/standard/tests/math/
H A Dpow_basic.phpt39 foreach($bases as $base) {
40 echo "\n\nBase = $base";
43 $res = pow($base, $exponent);
H A Dpow_basic_64bit.phpt39 foreach($bases as $base) {
40 echo "\n\nBase = $base";
43 $res = pow($base, $exponent);
/PHP-8.3/Zend/tests/traits/
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-8.3/ext/soap/tests/schema/
H A Dschema071.phpt12 <restriction base="SOAP-ENC:Array">
H A Dschema001.phpt11 <restriction base="xsd:int"/>
H A Dschema056.phpt12 <restriction base="SOAP-ENC:Array">
H A Dschema057.phpt12 <restriction base="SOAP-ENC:Array">
/PHP-8.3/Zend/tests/
H A Dbug53826.phpt2 Bug #53826: __callStatic fired in base class through a parent call if the method is private
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_012.phpt31 ["base"]=>
/PHP-8.3/ext/soap/
H A Dphp_schema.c221 xmlFree(base); in load_schema()
241 xmlFree(base); in load_schema()
269 xmlFree(base); in load_schema()
659 xmlAttrPtr base; in schema_restriction_simpleContent() local
662 if (base != NULL) { in schema_restriction_simpleContent()
763 xmlAttrPtr base; in schema_restriction_complexContent() local
767 if (base != NULL) { in schema_restriction_complexContent()
889 xmlAttrPtr base; in schema_extension_simpleContent() local
892 if (base != NULL) { in schema_extension_simpleContent()
944 xmlAttrPtr base; in schema_extension_complexContent() local
[all …]
/PHP-8.3/ext/gmp/
H A Dgmp.stub.php62 public function __construct(int|string $num = 0, int $base = 0) {} argument
69 function gmp_init(int|string $num, int $base = 0): GMP {} argument
77 function gmp_strval(GMP|int|string $num, int $base = 10): string {} argument
/PHP-8.3/Zend/asm/
H A Djump_x86_64_ms_pe_masm.asm54 ; | limit | base | R12 | R13 |
122 ; save current stack base
172 ; restore current stack base
/PHP-8.3/ext/imap/tests/
H A Dimap_base64_basic.phpt9 $str = 'This is an example string to be base 64 encoded';
/PHP-8.3/ext/ldap/tests/
H A Dldap_delete_error.phpt25 ldap_delete($link, "dc=my-domain,$base"),

Completed in 62 milliseconds

12345678910>>...17