Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/soap/tests/schema/
H A Dschema046.phpt11 <extension base="int">
18 <extension base="tns:testType2">
H A Dschema048.phpt11 <extension base="int">
18 <restriction base="tns:testType2">
/PHP-5.5/ext/date/tests/
H A Dbug28599.phpt2 Bug #28599 (strtotime fails with zero base time)
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c1179 sljit_ins base; in sljit_emit_enter() local
1198 base = TMP_REG2_mapped; in sljit_emit_enter()
1242 sljit_ins base; in sljit_emit_return() local
1342 sljit_si tmp_ar, base; in getput_arg() local
1355 base = arg & REG_MASK; in getput_arg()
1395 FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); in getput_arg()
1445 return ADDLI(reg_map[base], reg_map[base], argw); in getput_arg()
1456 FAIL_IF(ADDLI(reg_map[base], reg_map[base], argw)); in getput_arg()
1466 FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); in getput_arg()
1471 FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); in getput_arg()
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c106 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
108 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
114 p = (long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
144 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
146 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
152 p = (long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
190 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
192 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
198 p = (double *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
231 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
[all …]
/PHP-5.5/Zend/tests/traits/
H A Dinheritance002.phpt2 Trait method overriddes base class method
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.
/PHP-5.5/ext/reflection/tests/
H A D003.phpt2 ReflectionMethod::invoke() with base class method
/PHP-5.5/Zend/tests/generators/
H A Dthrow_not_an_exception.phpt15 Fatal error: Exceptions must be valid objects derived from the Exception base class in %s on line %d
/PHP-5.5/ext/soap/
H A DTODO22 ? ID, (base: NCName)
23 ? IDREF, (base: NCName)
25 ? ENTITY, (base: NCName)
H A Dphp_schema.c203 xmlFree(base); in load_schema()
223 xmlFree(base); in load_schema()
251 xmlFree(base); in load_schema()
639 xmlAttrPtr base; in schema_restriction_simpleContent() local
642 if (base != NULL) { in schema_restriction_simpleContent()
743 xmlAttrPtr base; in schema_restriction_complexContent() local
747 if (base != NULL) { in schema_restriction_complexContent()
869 xmlAttrPtr base; in schema_extension_simpleContent() local
872 if (base != NULL) { in schema_extension_simpleContent()
924 xmlAttrPtr base; in schema_extension_complexContent() local
[all …]
/PHP-5.5/tests/classes/
H A Dctor_in_interface_03.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_04.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
/PHP-5.5/Zend/tests/
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
/PHP-5.5/ext/standard/tests/strings/
H A Dbug37244.phpt15 string(93) "Implementations MUST reject the encoding if it contains characters outside the base alp…
/PHP-5.5/ext/standard/tests/math/
H A Dlog_error.phpt16 Warning: log(): base must be greater than 0 in %s on line %d
H A Dpow_variation1.phpt2 Test pow() function : usage variations - different data types as $base argument
11 /* Prototype : number pow ( number $base , number $exp )
H A Dpow_variation1_64bit.phpt2 Test pow() function : usage variations - different data types as $base argument
11 /* Prototype : number pow ( number $base , number $exp )
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php176 function getEndpoints($base = 'base', $all = 0) { argument
177 if (!$this->_getEndpoints($base, $all)) {
178 return $this->fetchEndpoints($base);
192 function _getEndpoints($base = "", $all = 0) { argument
197 if ($base) {
198 $sql .= "where class='$base' ";
217 $this->currentTest = $base;
/PHP-5.5/ext/gmp/tests/
H A D003.phpt2 Check for number base recognition
/PHP-5.5/ext/xml/tests/
H A Dxml003.phpt44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
46 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml001.phpt69 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
71 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml002.phpt44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
46 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
/PHP-5.5/main/
H A Dmergesort.c105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort() argument
126 if (!(size % ISIZE) && !(((char *)base - (char *)0) % ISIZE)) in php_mergesort()
132 list1 = base; in php_mergesort()
231 if (base == list2) { in php_mergesort()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dintval_variation2.phpt5 /* Prototype : int intval(mixed var [, int base])
6 * Description: Get the integer value of a variable using the optional base for the conversion
97 // loop through each element of the array for base

Completed in 79 milliseconds

12345678910>>...13