Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-8.3/ext/standard/
H A Dtype.c146 zend_long base = 10; in PHP_FUNCTION() local
151 Z_PARAM_LONG(base) in PHP_FUNCTION()
154 if (Z_TYPE_P(num) != IS_STRING || base == 10) { in PHP_FUNCTION()
160 if (base == 0 || base == 2) { in PHP_FUNCTION()
197 RETVAL_LONG(ZEND_STRTOL(Z_STRVAL_P(num), NULL, base)); in PHP_FUNCTION()
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt16 $base = Base::class;
24 var_export($rc->isSubclassOf($base));
H A DReflectionClassConstant_basic1.phpt6 function reflectClassConstant($base, $constant) {
7 $constInfo = new ReflectionClassConstant($base, $constant);
9 $class = is_object($base) ? get_class($base) : $base;
/PHP-8.3/ext/ldap/tests/
H A Dldap_get_option_controls.phpt16 insert_dummy_data($link, $base);
56 $result = ldap_search($link, $base, "(objectClass=person)", array('cn')),
67 remove_dummy_data($link, $base);
H A Dldap_search_error.phpt16 $dn = "dc=not-found,$base";
63 ldap_search(): Argument #2 ($base) must have the same number of elements as the links array
65 ldap_search(): Argument #2 ($base) must be of type string when argument #1 ($ldap) is an LDAP insta…
H A Dldap_search_sort_controls.phpt19 insert_dummy_data($link, $base);
23 $result = ldap_search($link, $base, '(cn=*)', array('cn'), 0, 0, 0, LDAP_DEREF_NEVER,
43 $result = ldap_search($link, $base, '(cn=*)', array('cn'), 0, 0, 0, LDAP_DEREF_NEVER,
79 remove_dummy_data($link, $base);
H A Dldap_mod_replace_error.phpt17 var_dump(ldap_mod_replace($link, "dc=my-domain,$base", array()));
23 var_dump(ldap_mod_replace($link, "$base", array('dc')));
H A Dldap_search_basic.phpt19 insert_dummy_data($link, $base);
21 $result = ldap_search($link, "$base", "(objectClass=person)"),
30 remove_dummy_data($link, $base);
H A Dbug48441.phpt16 insert_dummy_data($link, $base);
18 $dn = "$base";
39 remove_dummy_data($link, $base);
H A Dldap_search_overrides.phpt22 insert_dummy_data($link, $base);
24 …$result = ldap_search($link, "$base", "(objectClass=person)", array(), 0, 111, 22, LDAP_DEREF_NEVE…
43 remove_dummy_data($link, $base);
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c233 #define AS_BLOCK_HEADER(base, offset) \ argument
234 ((struct block_header*)(((sljit_u8*)base) + offset))
235 #define AS_FREE_BLOCK(base, offset) \ argument
236 ((struct free_block*)(((sljit_u8*)base) + offset))
237 #define MEM_START(base) ((void*)(((sljit_u8*)base) + sizeof(struct block_header))) argument
H A DsljitProtExecAllocator.c279 #define AS_BLOCK_HEADER(base, offset) \ argument
280 ((struct block_header*)(((sljit_u8*)base) + offset))
281 #define AS_FREE_BLOCK(base, offset) \ argument
282 ((struct free_block*)(((sljit_u8*)base) + offset))
283 #define MEM_START(base) ((void*)((base) + 1)) argument
/PHP-8.3/ext/soap/tests/schema/
H A Dschema002.phpt11 <restriction base="xsd:int"/>
14 <restriction base="tns:testType2"/>
H A Dschema003.phpt11 <restriction base="tns:testType2"/>
14 <restriction base="xsd:int"/>
H A Dschema043.phpt12 <extension base="int">
19 <extension base="tns:testType2">
H A Dschema045.phpt12 <extension base="int">
19 <restriction base="tns:testType2">
H A Dschema046.phpt12 <extension base="int">
19 <extension base="tns:testType2">
H A Dschema048.phpt12 <extension base="int">
19 <restriction base="tns:testType2">
/PHP-8.3/ext/libxml/tests/
H A Dbug61367-read.phpt40 var_dump(mkdir('test_bug_61367-read/base'));
42 var_dump(chdir('test_bug_61367-read/base'));
51 rmdir('test_bug_61367-read/base');
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Dbcmath.h137 raise_mod_status bc_raisemod(bc_num base, bc_num exponent, bc_num mod, bc_num *result, size_t scale…
139 void bc_raise(bc_num base, long exponent, bc_num *resul, size_t scale);
141 void bc_raise_bc_exponent(bc_num base, bc_num exponent, bc_num *resul, size_t scale);
H A Draise.c105 void bc_raise_bc_exponent(bc_num base, bc_num expo, bc_num *result, size_t scale) in bc_raise_bc_exponent() argument
117 bc_raise(base, exponent, result, scale); in bc_raise_bc_exponent()
/PHP-8.3/ext/dom/tests/
H A Ddom_xinclude.phpt31 <book xml:base="compress.zlib://%sbook.xml">
34 </book><book xml:base="compress.zlib://%sbook.xml">
/PHP-8.3/ext/opcache/jit/libudis86/
H A Dudis86.c234 opr->base >= UD_R_ES && in ud_opr_is_sreg()
235 opr->base <= UD_R_GS; in ud_opr_is_sreg()
249 opr->base >= UD_R_AL && in ud_opr_is_gpr()
250 opr->base <= UD_R_R15; in ud_opr_is_gpr()
/PHP-8.3/ext/date/tests/
H A Dbug28599.phpt2 Bug #28599 (strtotime fails with zero base time)
/PHP-8.3/ext/standard/tests/math/
H A Dlog_error.phpt14 log(): Argument #2 ($base) must be greater than 0

Completed in 25 milliseconds

12345678910>>...17