Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.0/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt119 ["is base"]=>
144 ["is base"]=>
/PHP-7.0/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.0/ext/standard/tests/strings/
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.0/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-7.0/ext/gmp/tests/
H A D003.phpt2 Check for number base recognition
/PHP-7.0/Zend/tests/traits/
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-7.0/ext/soap/tests/schema/
H A Dschema071.phpt11 <restriction base="SOAP-ENC:Array">
H A Dschema072.phpt12 <restriction base="SOAP-ENC:Array">
H A Dschema001.phpt10 <restriction base="xsd:int"/>
H A Dschema056.phpt11 <restriction base="SOAP-ENC:Array">
H A Dschema057.phpt11 <restriction base="SOAP-ENC:Array">
/PHP-7.0/ext/ldap/tests/
H A Dldap_connect_error.phpt16 var_dump(ldap_connect("ldap://$host:$port/$base"));
H A Dldap_list_error.phpt20 var_dump(ldap_list($link, "$base", "(objectClass=*)", array(), 0, 0, 0, 0 , "Additional data"));
H A Dldap_read_error.phpt20 var_dump(ldap_read($link, "$base", "(objectClass=*)", array(), 0, 0, 0, 0 , "Additional data"));
/PHP-7.0/ext/soap/
H A Dphp_schema.c203 xmlFree(base); in load_schema()
223 xmlFree(base); in load_schema()
251 xmlFree(base); in load_schema()
641 xmlAttrPtr base; in schema_restriction_simpleContent() local
644 if (base != NULL) { in schema_restriction_simpleContent()
745 xmlAttrPtr base; in schema_restriction_complexContent() local
749 if (base != NULL) { in schema_restriction_complexContent()
871 xmlAttrPtr base; in schema_extension_simpleContent() local
874 if (base != NULL) { in schema_extension_simpleContent()
926 xmlAttrPtr base; in schema_extension_complexContent() local
[all …]
/PHP-7.0/ext/standard/tests/math/
H A Dpow_basic.phpt39 foreach($bases as $base) {
40 echo "\n\nBase = $base";
43 $res = pow($base, $exponent);
H A Dpow_basic_64bit.phpt39 foreach($bases as $base) {
40 echo "\n\nBase = $base";
43 $res = pow($base, $exponent);
/PHP-7.0/ext/standard/tests/general_functions/
H A Dintval_variation2.phpt7 /* Prototype : int intval(mixed var [, int base])
8 * Description: Get the integer value of a variable using the optional base for the conversion
99 // loop through each element of the array for base
/PHP-7.0/ext/reflection/tests/
H A Dbug49719.phpt2 Bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)
H A DReflectionClass_getProperty_003.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
/PHP-7.0/Zend/
H A Dzend_compile.h522 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
523 ((zend_op*)(((char*)(base)) + (int)offset))
525 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
526 (ZEND_OFFSET_TO_OPLINE(base, offset) - op_array->opcodes)
572 # define RT_CONSTANT_EX(base, node) \ argument
588 # define RT_CONSTANT_EX(base, node) \ argument
589 ((zval*)(((char*)(base)) + (node).constant))
/PHP-7.0/ext/interbase/
H A Dconfig.m42 [ --with-interbase[=DIR] Include Firebird support. DIR is the Firebird base

Completed in 124 milliseconds

12345678910>>...15