Home
last modified time | relevance | path

Searched refs:base (Results 101 – 125 of 406) sorted by relevance

12345678910>>...17

/php-src/ext/soap/tests/schema/
H A Dschema016.phpt15 <restriction base="string"/>
18 <restriction base="int"/>
21 <restriction base="float"/>
/php-src/ext/ldap/tests/
H A Dldap_add_basic.phpt17 ldap_add($link, "dc=my-domain,$base", array(
27 ldap_search($link, "$base", "(o=my-domain)")
37 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_add_error.phpt16 var_dump(ldap_add($link, "$base", array()));
30 ldap_add($link, "dc=my-domain,$base", array(
62 ldap_add($link, "$base", array(
76 ldap_add($link, "$base", array(array( "Oops"
91 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_exop_whoami.phpt14 insert_dummy_data($link, $base);
26 remove_dummy_data($link, $base);
H A Dldap_add_ext.phpt20 $result = ldap_add_ext($link, "o=test_ldap_add_ext,$base", array(
32 ldap_search($link, "$base", "(o=test_ldap_add_ext)")
42 ldap_delete($link, "o=test_ldap_add_ext,$base");
H A Dldap_search_paged_result_controls.phpt18 insert_dummy_data($link, $base);
20 $dn = "$base";
37 remove_dummy_data($link, $base);
H A Dldap_search_variation3.phpt18 insert_dummy_data($link, $base);
20 $dn = "$base";
37 remove_dummy_data($link, $base);
H A Dldap_sasl_bind_basic.phpt22 insert_dummy_data($link, $base);
34 remove_dummy_data($link, $base);
H A Dldap_search_variation5.phpt18 insert_dummy_data($link, $base);
20 $dn = "$base";
40 remove_dummy_data($link, $base);
H A Dldap_list_basic.phpt18 insert_dummy_data($link, $base);
20 $result = ldap_list($link, "$base", "(objectClass=person)"),
29 remove_dummy_data($link, $base);
/php-src/Zend/tests/
H A Dbug40757.phpt15 $base=new Base();
16 print_r($base->getFields(new Base()));
H A Dbug37212.phpt2 Bug #37212 (Access to protected property of common base class)
26 $this->value = $obj->value; // value defined in common base class
/php-src/tests/classes/
H A Dabstract_derived.phpt6 class base {
9 class derived extends base {
/php-src/ext/phar/tests/
H A D027.phpt22 function dump($phar, $base)
24 var_dump(str_replace(__DIR__, '*', $phar) . $base);
25 $dir = opendir($phar . $base);
26 if ($base == '/')
28 $base = '';
31 $entry = $base . '/' . $entry;
/php-src/ext/libxml/tests/
H A Dbug61367-write.phpt25 var_dump(mkdir('test_bug_61367-write/base'));
27 var_dump(chdir('test_bug_61367-write/base'));
36 rmdir('test_bug_61367-write/base');
H A Dbug61367-read_2.phpt41 var_dump(mkdir('test_bug_61367-read/base'));
43 var_dump(chdir('test_bug_61367-read/base'));
52 rmdir('test_bug_61367-read/base');
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug71103.phpt14 $base = __DIR__;
15 $d = $base . '\\dev\\http\\tproj\\app\\cache\\dev_old\\annotations\\72';
44 } while ($p != $base);
/php-src/ext/date/tests/
H A Dbug50392.phpt7 $base = '2009-03-01 18:00:00';
10 $string = $base . '.' . str_repeat($i, $i);
/php-src/ext/gmp/
H A Dgmp.c593 if ((base == 0 || base == 16) && (num_str[1] == 'x' || num_str[1] == 'X')) { in convert_zstr_to_gmp()
594 base = 16; in convert_zstr_to_gmp()
597 base = 8; in convert_zstr_to_gmp()
600 base = 2; in convert_zstr_to_gmp()
874 if (base && (base < 2 || base > GMP_MAX_BASE)) { in gmp_verify_base()
898 zend_long base = 0; in ZEND_FUNCTION() local
903 Z_PARAM_LONG(base) in ZEND_FUNCTION()
1047 zend_long base = 10; in ZEND_FUNCTION() local
1057 if ((base < 2 && base > -2) || base > GMP_MAX_BASE || base < -36) { in ZEND_FUNCTION()
2059 zend_long base = 0; in ZEND_METHOD() local
[all …]
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorCore.c109 #define AS_BLOCK_HEADER(base, offset) \ argument
110 ((struct block_header*)(((sljit_u8*)base) + offset))
111 #define AS_FREE_BLOCK(base, offset) \ argument
112 ((struct free_block*)(((sljit_u8*)base) + offset))
113 #define MEM_START(base) ((void*)((base) + 1)) argument
/php-src/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt10 …function unparsed_entity_decl_handler($parser, $entity_name, $base, $system_ID, $public_ID, $notat…
14 echo "...Base=" . $base . "\n";
20 function notation_decl_handler($parser, $name, $base, $system_ID,$public_ID)
24 echo "...Base=" . $base . "\n";
/php-src/ext/opcache/tests/
H A Dbug66338.phpt12 $base = basename( $root );
35 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUS.php" );
36 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUK.php" );
/php-src/ext/xmlreader/tests/
H A Dexpand.phpt14 <books><book>base book</book></books>';
36 base book
/php-src/Zend/asm/
H A Dmake_x86_64_ms_pe_masm.asm54 ; | limit | base | R12 | R13 |
110 ; save top address of context stack as 'base'
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c110 tkz->base = NULL; in lxb_html_tokenizer_init()
150 tkz_to->base = tkz_from; in lxb_html_tokenizer_inherit()
169 if (tkz->base != NULL) { in lxb_html_tokenizer_ref()
170 return lxb_html_tokenizer_ref(tkz->base); in lxb_html_tokenizer_ref()
185 if (tkz->base != NULL) { in lxb_html_tokenizer_unref()
186 tkz->base = lxb_html_tokenizer_unref(tkz->base); in lxb_html_tokenizer_unref()
225 if (tkz->base == NULL) { in lxb_html_tokenizer_destroy()

Completed in 36 milliseconds

12345678910>>...17