Home
last modified time | relevance | path

Searched refs:base (Results 51 – 75 of 303) sorted by relevance

12345678910>>...13

/PHP-5.5/Zend/tests/
H A Dbug40757.phpt15 $base=new Base();
16 print_r($base->getFields(new Base()));
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
18 Fatal error: Exceptions must be valid objects derived from the Exception base class in %s on line %d
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-5.5/ext/libxml/tests/
H A Dbug61367-write.phpt23 var_dump(mkdir('test_bug_61367/base'));
25 var_dump(chdir('test_bug_61367/base'));
34 rmdir('test_bug_61367/base');
H A Dbug61367-read.phpt36 var_dump(mkdir('test_bug_61367/base'));
38 var_dump(chdir('test_bug_61367/base'));
47 rmdir('test_bug_61367/base');
/PHP-5.5/ext/soap/tests/schema/
H A Dschema015.phpt12 <restriction base="string"/>
15 <restriction base="int"/>
18 <restriction base="float"/>
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-5.5/ext/gmp/
H A Dgmp.c43 ZEND_ARG_INFO(0, base)
52 ZEND_ARG_INFO(0, base)
111 ZEND_ARG_INFO(0, base)
116 ZEND_ARG_INFO(0, base)
428 base = 16; in convert_to_gmp()
431 base = 2; in convert_to_gmp()
732 long base=0; in ZEND_FUNCTION() local
738 if (base && (base < 2 || base > MAX_BASE)) { in ZEND_FUNCTION()
779 long base = 10; local
791 if ((base < 2 && base > -2) || base > MAX_BASE || base < -36) {
[all …]
/PHP-5.5/ext/phar/tests/
H A D027.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;
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-5.5/ext/date/tests/
H A Dbug50392.phpt7 $base = '2009-03-01 18:00:00';
10 $string = $base . '.' . str_repeat($i, $i);
/PHP-5.5/tests/classes/
H A Dabstract_derived.phpt8 class base {
11 class derived extends base {
/PHP-5.5/ext/gmp/tests/
H A D005.phpt44 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
54 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
57 Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and %d or -2 and -%d) i…
62 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
65 Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and %d or -2 and -%d) i…
/PHP-5.5/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-5.5/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-5.5/ext/xmlreader/tests/
H A Dexpand.phpt13 <books><book>base book</book></books>';
36 base book
/PHP-5.5/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-5.5/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-5.5/ext/standard/
H A Dtype.c138 int base; in PHP_FUNCTION() local
145 base = 10; in PHP_FUNCTION()
152 base = arg_base; in PHP_FUNCTION()
160 convert_to_long_base(return_value, base); in PHP_FUNCTION()
/PHP-5.5/win32/
H A Dphp_strtoi64.h5 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base);
/PHP-5.5/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 38 milliseconds

12345678910>>...13