Home
last modified time | relevance | path

Searched refs:base (Results 151 – 175 of 383) sorted by relevance

12345678910>>...16

/PHP-8.1/ext/ldap/tests/
H A Dskipifcontrol.inc6 global $host, $port, $user, $passwd, $protocol_version, $base;
H A Dldap_sasl_bind_error.phpt16 insert_dummy_data($link, $base);
41 remove_dummy_data($link, $base);
H A Dldap_errno_basic.phpt15 @ldap_add($link, "badDN $base", array(
H A Dldap_error_basic.phpt15 @ldap_add($link, "badDN $base", array(
H A Dldap_connect_error.phpt15 var_dump(ldap_connect("ldap://$host:$port/$base"));
/PHP-8.1/Zend/tests/traits/
H A Dbug75607a.phpt21 class Child extends base
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.
/PHP-8.1/ext/phar/tests/
H A Dbug81211.phpt44 …rIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug8…
45 …yIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug8…
/PHP-8.1/tests/classes/
H A Dctor_in_interface_03.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_04.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
/PHP-8.1/ext/bcmath/tests/
H A Dbug75178.phpt2 Bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
/PHP-8.1/Zend/tests/
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
/PHP-8.1/Zend/asm/
H A Djump_i386_ms_pe_masm.asm12 ; | fc_mxcsr|fc_x87_cw| fc_strg |fc_deallo| limit | base | fc_seh | EDI |
51 ; load current stack base
92 ; restore current stack base
/PHP-8.1/ext/standard/tests/strings/
H A Dbug37244.phpt15 string(93) "Implementations MUST reject the encoding if it contains characters outside the base alp…
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h326 char *base = (char *)buffer; in dasm_encode() local
349 ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0x60000000; in dasm_encode()
361 n = (n + (int)(size_t)base) & 0x0fffffff; in dasm_encode()
363 n = n - (int)((char *)cp - base); in dasm_encode()
372 ins &= 2047; if (ins >= 20) D->globals[ins-10] = (void *)(base + n); in dasm_encode()
388 if (base + D->codesize != (char *)cp) /* Check for phase errors. */ in dasm_encode()
H A Ddasm_x86.h397 unsigned char *base = (unsigned char *)buffer; in dasm_encode() local
398 unsigned char *cp = base; in dasm_encode()
460 n = *pb - ((int)(cp-base) + 4-shrink); in dasm_encode()
471 dasma(*pb < 0 ? (ptrdiff_t)pb[1] : (*pb + (ptrdiff_t)base)); in dasm_encode()
477 D->globals[idx] = (void *)(base + (*p == DASM_SETLABEL ? *b : n)); in dasm_encode()
484 while (((cp-base) & n)) *cp++ = 0x90; /* nop */ in dasm_encode()
498 if (base + D->codesize != cp) /* Check for phase errors. */ in dasm_encode()
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()
/PHP-8.1/ext/xml/tests/
H A Dxml001.phpt70 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
72 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml003.phpt45 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
47 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml002.phpt45 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
47 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
/PHP-8.1/ext/gmp/tests/
H A D003.phpt2 Check for number base recognition
/PHP-8.1/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt121 ["is base"]=>
146 ["is base"]=>
/PHP-8.1/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

Completed in 36 milliseconds

12345678910>>...16