Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.0/ext/phar/tests/
H A D027U.phpt25 function dump($phar, $base)
27 var_dump(str_replace(dirname(__FILE__), '*', $phar) . $base);
28 $dir = opendir($phar . $base);
29 if ($base == '/')
31 $base = '';
34 $entry = $base . '/' . $entry;
/PHP-7.0/ext/gmp/tests/
H A Dgmp_strval.phpt46 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
56 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
59 Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and %d or -2 and -%d) i…
64 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
67 Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and %d or -2 and -%d) i…
/PHP-7.0/ext/ldap/tests/
H A Dldap_compare_error.phpt14 insert_dummy_data($link, $base);
25 ldap_compare($link, "cn=userNotAvailable,$base", "sn", "testSN1"),
36 remove_dummy_data($link, $base);
H A Dldap_control_paged_results_variation3.phpt15 insert_dummy_data($link, $base);
17 $dn = "$base";
36 remove_dummy_data($link, $base);
H A Dldap_search_variation3.phpt17 insert_dummy_data($link, $base);
19 $dn = "$base";
37 remove_dummy_data($link, $base);
H A Dldap_list_basic.phpt17 insert_dummy_data($link, $base);
19 $result = ldap_list($link, "$base", "(objectClass=person)"),
29 remove_dummy_data($link, $base);
H A Dldap_search_variation5.phpt17 insert_dummy_data($link, $base);
19 $dn = "$base";
40 remove_dummy_data($link, $base);
H A Dldap_search_basic.phpt18 insert_dummy_data($link, $base);
20 $result = ldap_search($link, "$base", "(objectClass=person)"),
30 remove_dummy_data($link, $base);
H A Dbug48441.phpt15 insert_dummy_data($link, $base);
17 $dn = "$base";
39 remove_dummy_data($link, $base);
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c139 #define AS_BLOCK_HEADER(base, offset) \ argument
140 ((struct block_header*)(((sljit_ub*)base) + offset))
141 #define AS_FREE_BLOCK(base, offset) \ argument
142 ((struct free_block*)(((sljit_ub*)base) + offset))
143 #define MEM_START(base) ((void*)(((sljit_ub*)base) + sizeof(struct block_header))) argument
H A DsljitNativeMIPS_common.c545 sljit_ins base; in sljit_emit_enter() local
563 base = S(SLJIT_SP); in sljit_emit_enter()
569 base = S(TMP_REG2); in sljit_emit_enter()
617 sljit_ins base; in sljit_emit_return() local
787 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); in getput_arg()
810 …FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | D(base), DR(b… in getput_arg()
821 return push_inst(compiler, ADDIU_W | S(base) | T(base) | IMM(argw), DR(base)); in getput_arg()
830 FAIL_IF(push_inst(compiler, ADDIU_W | S(base) | T(base) | IMM(argw), DR(base))); in getput_arg()
838 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); in getput_arg()
844 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); in getput_arg()
[all …]
/PHP-7.0/ext/gmp/
H A Dgmp.c43 ZEND_ARG_INFO(0, base)
64 ZEND_ARG_INFO(0, base)
83 ZEND_ARG_INFO(0, base)
88 ZEND_ARG_INFO(0, base)
729 if ((base == 0 || base == 16) && (numstr[1] == 'x' || numstr[1] == 'X')) { in convert_to_gmp()
730 base = 16; in convert_to_gmp()
733 base = 2; in convert_to_gmp()
1034 zend_long base = 0; in ZEND_FUNCTION() local
1040 if (base && (base < 2 || base > GMP_MAX_BASE)) { in ZEND_FUNCTION()
1187 zend_long base = 10; in ZEND_FUNCTION() local
[all …]
/PHP-7.0/ext/opcache/tests/
H A Dbug66338.phpt10 $base = basename( $root );
33 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUS.php" );
34 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUK.php" );
/PHP-7.0/ext/libxml/tests/
H A Dbug61367-read.phpt36 var_dump(mkdir('test_bug_61367-read/base'));
38 var_dump(chdir('test_bug_61367-read/base'));
47 rmdir('test_bug_61367-read/base');
/PHP-7.0/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt20 …function unparsed_entity_decl_handler($parser, $entity_name, $base, $system_ID, $public_ID, $notat…
24 echo "...Base=" . $base . "\n";
30 function notation_decl_handler($parser, $name, $base, $system_ID,$public_ID)
34 echo "...Base=" . $base . "\n";
/PHP-7.0/ext/xmlreader/tests/
H A Dexpand.phpt13 <books><book>base book</book></books>';
36 base book
/PHP-7.0/Zend/tests/
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-7.0/ext/bcmath/libbcmath/src/
H A Draisemod.c46 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod() argument
56 power = bc_copy_num (base); in bc_raisemod()
/PHP-7.0/ext/soap/tests/schema/
H A Dschema002.phpt10 <restriction base="xsd:int"/>
13 <restriction base="tns:testType2"/>
H A Dschema003.phpt10 <restriction base="tns:testType2"/>
13 <restriction base="xsd:int"/>
H A Dschema043.phpt11 <extension base="int">
18 <extension base="tns:testType2">
H A Dschema045.phpt11 <extension base="int">
18 <restriction base="tns:testType2">
/PHP-7.0/ext/dom/tests/
H A Ddom_xinclude.phpt30 <book xml:base="compress.zlib://%sbook.xml">
33 </book><book xml:base="compress.zlib://%sbook.xml">
/PHP-7.0/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt5 /* Prototype : int intval(mixed var [, int base])
6 * Description: Get the integer value of a variable using the optional base for the conversion
23 $base = 10;
107 var_dump( intval($value, $base) );
/PHP-7.0/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

Completed in 52 milliseconds

12345678910>>...15