Home
last modified time | relevance | path

Searched refs:type (Results 51 – 75 of 1876) sorted by relevance

12345678910>>...76

/PHP-7.0/ext/standard/
H A Ddns_win32.c97 int type = DNS_TYPE_MX; in PHP_FUNCTION() local
143 int type; in php_parserr() local
146 type = pRec->wType; in php_parserr()
171 switch (type) { in php_parserr()
186 if (type == DNS_TYPE_CNAME) { in php_parserr()
192 if (type == DNS_TYPE_NS) { in php_parserr()
198 if (type == DNS_TYPE_PTR) { in php_parserr()
386 type = -1; in PHP_FUNCTION()
390 type = 0; in PHP_FUNCTION()
395 type++ in PHP_FUNCTION()
[all …]
H A Ddl.c90 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension() argument
99 if (type == MODULE_PERSISTENT) { in php_load_extension()
105 if (type == MODULE_TEMPORARY) { in php_load_extension()
114 if (type == MODULE_TEMPORARY) { in php_load_extension()
192 module_entry->type = type; in php_load_extension()
201 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
206 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
207 if (module_entry->request_startup_func(type, module_entry->module_number) == FAILURE) { in php_load_extension()
219 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
222 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
[all …]
/PHP-7.0/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_005s.phpt28type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:i…
30type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:i…
H A Dr2_groupB_004s.phpt28type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:…
30type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:…
H A Dr2_groupB_003s.phpt28type="ns2:ArrayOfString2D"><item SOAP-ENC:arrayType="xsd:string[3]" xsi:type="SOAP-ENC:Array"><ite…
30type="ns2:ArrayOfString2D"><item xsi:type="xsd:string">row0col0</item><item xsi:type="xsd:string">…
/PHP-7.0/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt41type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
43type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_class_variation_001.phpt83 Arg value: 0 (type: integer)
88 Arg value: 1 (type: integer)
153 Arg value: (type: NULL)
158 Arg value: (type: NULL)
163 Arg value: 1 (type: boolean)
168 Arg value: (type: boolean)
178 Arg value: (type: boolean)
183 Arg value: (type: string)
188 Arg value: (type: string)
203 Arg value: (type: NULL)
[all …]
/PHP-7.0/ext/standard/tests/file/
H A D007_basic.phpt95 resource(%d) of type (stream)
99 resource(%d) of type (Unknown)
108 resource(%d) of type (stream)
112 resource(%d) of type (Unknown)
121 resource(%d) of type (stream)
125 resource(%d) of type (Unknown)
134 resource(%d) of type (stream)
147 resource(%d) of type (stream)
160 resource(%d) of type (stream)
173 resource(%d) of type (stream)
[all …]
H A Dfgets_variation6-win32.phpt68 -- File content type : numeric --
76 -- File content type : text --
102 -- File content type : numeric --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
[all …]
H A Dfgets_variation6.phpt68 -- File content type : numeric --
76 -- File content type : text --
102 -- File content type : numeric --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
[all …]
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainer.php25 * @param string $type
28 public static function getInstance ($optionalSections, $type = 'function') { argument
30 if($type == 'function') {
33 if($type =='method') {
/PHP-7.0/ext/standard/tests/dir/
H A Dreaddir_variation4.phpt88 resource(%d) of type (stream)
92 resource(%d) of type (stream)
96 resource(%d) of type (stream)
100 resource(%d) of type (stream)
104 resource(%d) of type (stream)
108 resource(%d) of type (stream)
112 resource(%d) of type (stream)
116 resource(%d) of type (stream)
120 resource(%d) of type (stream)
124 resource(%d) of type (stream)
[all …]
/PHP-7.0/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_002w.phpt26type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
28type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug30045.phpt13 function foo($type, $num) {
14 return new SoapVar($num, $type);
42 function test($type, $num) {
46 $ret = $soap->foo($type, new SoapVar($num, $type));
143 <param1 xsi:type="xsd:long">2147483647</param1>
146 <param1 xsi:type="xsd:long">2147483648</param1>
149 <param1 xsi:type="xsd:long">4294967296</param1>
152 <param1 xsi:type="xsd:long">8589934592</param1>
155 <param1 xsi:type="xsd:long">17179869184</param1>
160 <param1 xsi:type="xsd:unsignedLong">2147483647</param1>
[all …]
/PHP-7.0/ext/standard/tests/url/
H A Dget_headers_error_002.phpt2 Test get_headers() function: wrong type for argument format
17 // Format argument as type String
18 echo "\n-- Testing get_headers() function with format argument as type string --\n";
21 // Format argument as type Array
22 echo "\n-- Testing get_headers() function with format argument as type array --\n";
25 // Format argument as type Object
31 echo "\n-- Testing get_headers() function with format argument as type object --\n";
40 -- Testing get_headers() function with format argument as type string --
45 -- Testing get_headers() function with format argument as type array --
50 -- Testing get_headers() function with format argument as type object --
/PHP-7.0/ext/oci8/tests/
H A Dlob_028.phpt53 resource(%d) of type (oci8 descriptor)
57 resource(%d) of type (oci8 descriptor)
61 resource(%d) of type (oci8 descriptor)
65 resource(%d) of type (oci8 descriptor)
69 resource(%d) of type (oci8 descriptor)
73 resource(%d) of type (oci8 descriptor)
76 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
79 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
82 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
85 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
H A Dpersistent.phpt20 resource(%d) of type (oci8 persistent connection)
21 resource(%d) of type (oci8 persistent connection)
22 resource(%d) of type (oci8 persistent connection)
23 resource(%d) of type (oci8 connection)
24 resource(%d) of type (oci8 connection)
25 resource(%d) of type (oci8 connection)
/PHP-7.0/ext/standard/tests/strings/
H A Dprintf.phpt50 /* Float type variations */
69 /* Integer type variations */
88 /* Binary type variations */
101 /* Chararter type variations */
134 /* Octal type variations */
156 /* String type variations */
173 /* variations of %g type */
241 *** Output for float type ***
475 *** Output for char type ***
541 *** Output for octal type ***
[all …]
H A Dprintf_64bit.phpt50 /* Float type variations */
69 /* Integer type variations */
88 /* Binary type variations */
101 /* Chararter type variations */
134 /* Octal type variations */
156 /* String type variations */
173 /* variations of %g type */
241 *** Output for float type ***
475 *** Output for char type ***
541 *** Output for octal type ***
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_search_variation4.phpt12 echo "*** Testing resource type with array_search() ***\n";
13 //file type resource
16 //directory type resource
22 // search for resouce type in the resource array
24 //checking for (int) type resource
29 //matching "Good" in array(0,"hello"), result:true in loose type check
34 //matching integer 0 in array("this"), result:true in loose type check
39 //matching string "this" in array(0), result:true in loose type check
44 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type
52 //matching string having integer in beginning, result:true in loose type check
[all …]
H A Darray_keys_variation_005.phpt6 echo "\n*** Testing array_keys() with resource type ***\n";
13 var_dump(array_keys($arr_resource, $resource1)); // loose type checking
14 var_dump(array_keys($arr_resource, $resource1, TRUE)); // strict type checking
15 var_dump(array_keys($arr_resource, $resource2)); // loose type checking
16 var_dump(array_keys($arr_resource, $resource2, TRUE)); // strict type checking
24 *** Testing array_keys() with resource type ***
/PHP-7.0/ext/intl/doc/
H A Dformatter_api.php180 …* @param [integer] $type Type of the formatting - one of TYPE constants. If not specified, …
183 public function format($number, $type = 0) {} argument
189 * @param [integer] $type Type of the formatting - one of TYPE constants.
196 public function parse($string, $type, &$position) {} argument
305 * @param [integer] $type One of ULocDataLocaleType values
308 public function getLocale($type = 0) {} argument
353 function numfmt_format($formatter, $number, $type = null) {} argument
362 * @param [integer] $type Type of the formatting - one of TYPE constants.
366 function numfmt_parse($formatter, $string, $type, &$position) {} argument
481 * @param [integer] $type One of ULocDataLocaleType values
[all …]
/PHP-7.0/ext/tidy/tests/
H A D012.phpt43 ["type"]=>
64 ["type"]=>
88 ["type"]=>
111 ["type"]=>
136 ["type"]=>
261 ["type"]=>
302 ["type"]=>
320 ["type"]=>
402 ["type"]=>
420 ["type"]=>
[all …]
/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) { argument
10 if ($type == 'b') {
14 if ($type == 'e') {
18 if ($type == 'v') {
/PHP-7.0/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt64 [type] => open
71 [type] => open
78 [type] => complete
86 [type] => close
93 [type] => open
100 [type] => complete
108 [type] => close
115 [type] => close

Completed in 66 milliseconds

12345678910>>...76