Home
last modified time | relevance | path

Searched refs:base (Results 76 – 100 of 406) sorted by relevance

12345678910>>...17

/PHP-8.3/ext/ldap/tests/
H A Dldap_next_entry_basic.phpt15 insert_dummy_data($link, $base);
16 $result = ldap_list($link, "$base", "(objectClass=person)");
29 remove_dummy_data($link, $base);
H A Dldap_next_attribute_error.phpt15 insert_dummy_data($link, $base);
16 $result = ldap_search($link, "$base", "(objectclass=organization)");
27 remove_dummy_data($link, $base);
H A Dldap_get_entries_basic.phpt15 insert_dummy_data($link, $base);
20 ldap_search($link, "$base", "(o=test)")
29 remove_dummy_data($link, $base);
H A Dldap_next_attribute_basic.phpt15 insert_dummy_data($link, $base);
16 $result = ldap_search($link, "$base", "(cn=userC)");
31 remove_dummy_data($link, $base);
H A Dldap_modify_batch_basic.phpt15 insert_dummy_data($link, $base);
37 ldap_modify_batch($link, "cn=userA,$base", $mods),
38 ldap_get_entries($link, ldap_search($link, "$base", "(sn=Brown-Smith)"))
47 remove_dummy_data($link, $base);
H A Dldap_read_basic.phpt18 insert_dummy_data($link, $base);
20 $result = ldap_read($link, "o=test,$base", "(o=*)"),
29 remove_dummy_data($link, $base);
H A Dldap_search_variation4.phpt18 insert_dummy_data($link, $base);
20 $dn = "$base";
32 remove_dummy_data($link, $base);
H A Dldap_rename_error.phpt13 var_dump(ldap_rename($link, "cn=userNotFound,$base", "cn=userZ", "$base", true));
H A Dldap_mod_del_error.phpt17 var_dump(ldap_mod_del($link, "dc=my-domain,$base", array()));
23 var_dump(ldap_mod_del($link, "$base", array('dc')));
31 @ldap_delete($link, "dc=my-domain,$base");
H A Dldap_parse_result_controls.phpt18 insert_dummy_data($link, $base);
20 $dn = "$base";
37 remove_dummy_data($link, $base);
H A Dldap_search_variation2.phpt18 insert_dummy_data($link, $base);
21 $result = ldap_search($link, "$base", "(objectclass=person)", array('sn'), 1),
30 remove_dummy_data($link, $base);
/PHP-8.3/ext/standard/
H A Dscanf.c585 int base = 0; in php_sscanf_internal() local
744 base = 10; in php_sscanf_internal()
749 base = 0; in php_sscanf_internal()
754 base = 8; in php_sscanf_internal()
760 base = 16; in php_sscanf_internal()
765 base = 10; in php_sscanf_internal()
945 if (base == 0) { in php_sscanf_internal()
946 base = 8; in php_sscanf_internal()
959 base = 10; in php_sscanf_internal()
966 base = 10; in php_sscanf_internal()
[all …]
/PHP-8.3/Zend/
H A Dzend_sort.h24 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
25 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_…
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_trace_mach.c83 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
85 if (base != target_page_base) { in fpm_trace_get_long()
87 if (0 > fpm_mach_vm_read_page(base)) { in fpm_trace_get_long()
/PHP-8.3/ext/dom/tests/
H A DDOM4_DOMNode_append_ns.phpt14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
23 <element xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0">
H A DDOM4_DOMNode_prepend_ns.phpt14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
23 <element xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0">
/PHP-8.3/ext/standard/tests/file/
H A Dis_dir_variation1.phpt5 /* Testing is_dir() with base and sub dirs */
15 echo "-- Testing is_dir() with a subdir in base dir --\n";
33 -- Testing is_dir() with a subdir in base dir --
/PHP-8.3/ext/gmp/tests/
H A Dgmp_strval.phpt69 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
72 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
73 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
76 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
77 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
/PHP-8.3/tests/classes/
H A Dclone_004.phpt5 abstract class base {
6 public $a = 'base';
12 class test extends base {
H A Dinterface_doubled.phpt2 ZE2 An interface extends base interfaces
29 class base {
37 class class_a extends base implements if_a {
54 class class_b extends base implements if_a, if_b {
71 class class_c extends base implements if_c {
88 class class_d extends base implements if_d{
105 class class_e extends base implements if_a, if_b, if_c, if_d {
122 class class_f extends base implements if_e {
139 class class_g extends base implements if_f {
/PHP-8.3/ext/standard/tests/math/
H A Dbase_convert_basic.phpt32 ...from base is 2
33 ......to base is 2
60 ......to base is 8
87 ......to base is 10
114 ......to base is 16
141 ......to base is 36
169 ...from base is 8
170 ......to base is 2
191 ......to base is 8
276 ...from base is 10
[all …]
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Draisemod.c37 raise_mod_status bc_raisemod(bc_num base, bc_num expo, bc_num mod, bc_num *result, size_t scale) in bc_raisemod() argument
43 if (base->n_scale != 0) { in bc_raisemod()
63 power = bc_copy_num(base); in bc_raisemod()
/PHP-8.3/ext/opcache/jit/libudis86/
H A Dsyn-intel.c63 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]); in gen_operand()
74 if (op->base) { in gen_operand()
75 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]); in gen_operand()
78 ud_asmprintf(u, "%s%s", op->base != UD_NONE? "+" : "", in gen_operand()
85 ud_syn_print_mem_disp(u, op, (op->base != UD_NONE || in gen_operand()
177 u->operand[1].base == UD_R_CL) { in ud_translate_intel()
/PHP-8.3/ext/standard/tests/general_functions/
H A Dintval.phpt35 echo "\n***Output with default base value ie 10 ***\n";
41 echo "\n***Output with base value of 10( explicitly passed as argument) ***\n";
47 echo "\n***Output with base value of 16 ***\n";
52 echo "\n***Output with base value of 8 ***\n";
152 ***Output with default base value ie 10 ***
172 ***Output with base value of 10( explicitly passed as argument) ***
192 ***Output with base value of 16 ***
212 ***Output with base value of 8 ***
/PHP-8.3/Zend/tests/
H A Dbug40757.phpt15 $base=new Base();
16 print_r($base->getFields(new Base()));

Completed in 32 milliseconds

12345678910>>...17