Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-8.3/Zend/tests/traits/
H A Dbug75607.phpt16 class Child extends base
H A Dinheritance002.phpt2 Trait method overriddes base class method
H A Dbug75607a.phpt21 class Child extends base
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.
/PHP-8.3/Zend/asm/
H A Djump_arm64_aapcs_pe_armasm.asm48 ;* | fiber data| base | limit | dealloc | *
84 ; save current stack base and limit
98 ; restore stack base and limit
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.3/ext/ldap/tests/
H A Dldap_search_variation6.phpt18 insert_dummy_data($link, $base);
20 $dn = "$base";
44 remove_dummy_data($link, $base);
H A Dskipifcontrol.inc6 global $uri, $user, $passwd, $protocol_version, $base;
H A Dldap_errno_basic.phpt15 @ldap_add($link, "badDN $base", array(
H A Dldap_sasl_bind_error.phpt16 insert_dummy_data($link, $base);
41 remove_dummy_data($link, $base);
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.3/ext/gmp/tests/
H A Dbug50175.phpt2 Bug #50175: gmp_init() results 0 on given base and number starting with 0x or 0b
/PHP-8.3/ext/phar/tests/
H A Dbug81211.phpt45 …rIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug8…
46 …yIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug8…
/PHP-8.3/ext/reflection/tests/
H A D003.phpt2 ReflectionMethod::invoke() with base class method
/PHP-8.3/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.3/ext/bcmath/tests/
H A Dbug75178.phpt2 Bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
/PHP-8.3/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.3/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.3/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()
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_009.phpt20 ["base"]=>
/PHP-8.3/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";

Completed in 50 milliseconds

12345678910>>...17