Home
last modified time | relevance | path

Searched refs:base (Results 151 – 175 of 378) sorted by relevance

12345678910>>...16

/PHP-7.3/ext/pcre/pcre2lib/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_s32 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-7.3/ext/ldap/tests/
H A Dldap_search_variation6.phpt17 insert_dummy_data($link, $base);
19 $dn = "$base";
44 remove_dummy_data($link, $base);
H A Dldap_errno_basic.phpt14 @ldap_add($link, "badDN $base", array(
H A Dldap_error_basic.phpt14 @ldap_add($link, "badDN $base", array(
/PHP-7.3/Zend/tests/traits/
H A Dbug75607a.phpt21 class Child extends base
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.
/PHP-7.3/ext/gmp/tests/
H A Dbug50175.phpt2 Bug #50175: gmp_init() results 0 on given base and number starting with 0x or 0b
/PHP-7.3/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 = (zend_long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
146 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
148 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
154 p = (zend_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()
229 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
[all …]
/PHP-7.3/ext/phar/tests/
H A Dbug81211.phpt44 …rIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug8…
45 …yIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug8…
/PHP-7.3/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-7.3/Zend/tests/
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
/PHP-7.3/ext/standard/tests/math/
H A Dlog_error.phpt16 Warning: log(): base must be greater than 0 in %s on line %d
/PHP-7.3/ext/standard/tests/strings/
H A Dbug37244.phpt15 string(93) "Implementations MUST reject the encoding if it contains characters outside the base alp…
H A Dbasename_invalid_path.phpt12 this function will return the base name of the file.
H A Dbasename_invalid_path_win.phpt12 this function will return the base name of the file.
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h234 } base; member
269 #define NODE_TYPE(node) ((node)->u.base.node_type)
270 #define NODE_SET_TYPE(node, ntype) (node)->u.base.node_type = (ntype)
341 #define NODE_STATUS(node) (((Node* )node)->u.base.status)
371 #define NODE_PARENT(node) ((node)->u.base.parent)
372 #define NODE_BODY(node) ((node)->u.base.body)
/PHP-7.3/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt119 ["is base"]=>
144 ["is base"]=>
/PHP-7.3/ext/xml/tests/
H A Dxml001.phpt69 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
71 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml003.phpt44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
46 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-7.3/ext/soap/interop/
H A Dclient_round2_interop.php174 function getEndpoints($base = 'base', $all = 0) { argument
175 if (!$this->_getEndpoints($base, $all)) {
176 return $this->fetchEndpoints($base);
190 function _getEndpoints($base = "", $all = 0) { argument
195 if ($base) {
196 $sql .= "where class='$base' ";
215 $this->currentTest = $base;
/PHP-7.3/main/
H A Dmergesort.c103 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort() argument
124 if (!(size % ISIZE) && !(((char *)base - (char *)0) % ISIZE)) in php_mergesort()
130 list1 = base; in php_mergesort()
229 if (base == list2) { in php_mergesort()
/PHP-7.3/ext/reflection/tests/
H A DReflectionClass_getProperty_004.phpt243 Fully qualified property name X::pubC does not specify a base class of C
245 Fully qualified property name X::protC does not specify a base class of C
247 Fully qualified property name X::privC does not specify a base class of C
249 Fully qualified property name X::doesntExist does not specify a base class of C

Completed in 72 milliseconds

12345678910>>...16