Home
last modified time | relevance | path

Searched refs:base (Results 126 – 150 of 373) sorted by relevance

12345678910>>...15

/PHP-7.1/ext/ldap/tests/
H A Dbug48441.phpt15 insert_dummy_data($link, $base);
17 $dn = "$base";
39 remove_dummy_data($link, $base);
H A Dldap_delete_error.phpt20 var_dump(ldap_delete($link, "$base", "Additional data"));
31 ldap_delete($link, "dc=my-domain,$base"),
H A Dldap_search_overrides.phpt21 insert_dummy_data($link, $base);
23 …$result = ldap_search($link, "$base", "(objectClass=person)", array(), null, 111, 22, LDAP_DEREF_N…
43 remove_dummy_data($link, $base);
H A Dldap_search_variation6.phpt17 insert_dummy_data($link, $base);
19 $dn = "$base";
44 remove_dummy_data($link, $base);
H A Dldap_errno_basic.phpt14 @ldap_add($link, "badDN $base", array(
H A Dldap_error_basic.phpt14 @ldap_add($link, "badDN $base", array(
/PHP-7.1/ext/standard/tests/math/
H A Dbase_convert_error.phpt38 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
40 Warning: base_convert(): Invalid `to base' (37) in %s on line %s
H A Dlog_error.phpt16 Warning: log(): base must be greater than 0 in %s on line %d
/PHP-7.1/ext/soap/tests/schema/
H A Dschema043.phpt11 <extension base="int">
18 <extension base="tns:testType2">
H A Dschema046.phpt11 <extension base="int">
18 <extension base="tns:testType2">
H A Dschema048.phpt11 <extension base="int">
18 <restriction base="tns:testType2">
H A Dschema045.phpt11 <extension base="int">
18 <restriction base="tns:testType2">
/PHP-7.1/ext/date/tests/
H A Dbug28599.phpt2 Bug #28599 (strtotime fails with zero base time)
/PHP-7.1/ext/gmp/tests/
H A Dbug50175.phpt2 Bug #50175: gmp_init() results 0 on given base and number starting with 0x or 0b
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c1179 sljit_ins base; in sljit_emit_enter() local
1198 base = TMP_REG2_mapped; in sljit_emit_enter()
1242 sljit_ins base; in sljit_emit_return() local
1342 sljit_si tmp_ar, base; in getput_arg() local
1355 base = arg & REG_MASK; in getput_arg()
1395 FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); in getput_arg()
1445 return ADDLI(reg_map[base], reg_map[base], argw); in getput_arg()
1456 FAIL_IF(ADDLI(reg_map[base], reg_map[base], argw)); in getput_arg()
1466 FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); in getput_arg()
1471 FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); in getput_arg()
[all …]
/PHP-7.1/Zend/tests/traits/
H A Dinheritance002.phpt2 Trait method overriddes base class method
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c106 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
108 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
114 p = (zend_long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
146 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
148 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
154 p = (zend_long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
190 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
192 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
198 p = (double *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
229 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
[all …]
/PHP-7.1/ext/reflection/tests/
H A D003.phpt2 ReflectionMethod::invoke() with base class method
/PHP-7.1/ext/soap/
H A DTODO22 ? ID, (base: NCName)
23 ? IDREF, (base: NCName)
25 ? ENTITY, (base: NCName)
/PHP-7.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-7.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-7.1/ext/standard/tests/strings/
H A Dbug37244.phpt15 string(93) "Implementations MUST reject the encoding if it contains characters outside the base alp…

Completed in 52 milliseconds

12345678910>>...15