Home
last modified time | relevance | path

Searched refs:type (Results 326 – 350 of 1876) sorted by relevance

1...<<11121314151617181920>>...76

/PHP-5.5/Zend/tests/
H A Derrmsg_010.phpt2 errmsg: multiple access type modifiers are not allowed (methods)
13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt48 "type" => IPV6_TCLASS,
66 resource(5) of type (Socket)
69 resource(6) of type (Socket)
88 [type] => %d
100 [type] => %d
/PHP-5.5/ext/fileinfo/tests/
H A Dbug61964.phpt49 resource(%d) of type (file_info)
50 resource(%d) of type (file_info)
57 Notice: finfo_open(): Warning: type `Core' invalid in %sbug61964.php on line %d
61 Notice: finfo_open(): Warning: type `a' invalid in %sbug61964.php on line %d
65 Notice: finfo_open(): Warning: type `b' invalid in %sbug61964.php on line %d
/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt72 /* Checking on OBJECTS type */
96 /* Checking on RESOURCE type */
97 echo "\n*** Testing end() on resource type ***\n";
98 //file type resource
101 //directory type resource
114 /* checking for unexpected type of arguments */
220 *** Testing end() on resource type ***
221 resource(%d) of type (stream)
222 resource(%d) of type (stream)
H A Dend.phpt72 /* Checking on OBJECTS type */
96 /* Checking on RESOURCE type */
97 echo "\n*** Testing end() on resource type ***\n";
98 //file type resource
101 //directory type resource
114 /* checking for unexpected type of arguments */
219 *** Testing end() on resource type ***
220 resource(%d) of type (stream)
221 resource(%d) of type (stream)
/PHP-5.5/ext/pspell/
H A Dpspell.c464 int type, ind; in PHP_FUNCTION() local
494 int type, word_len; in PHP_FUNCTION() local
521 int type; in PHP_FUNCTION() local
636 int type; in PHP_FUNCTION() local
660 int type; in PHP_FUNCTION() local
754 int type; in PHP_FUNCTION() local
775 int type; in PHP_FUNCTION() local
802 int type; in PHP_FUNCTION() local
822 int type; in pspell_config_path() local
871 int type; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt15 Description: Set the type of variable var to type
19 settype() to object type.
22 get the current type of the variable
23 set the type of the variable to object type
25 get the new type of the variable
158 /* test conversion to object type */
159 $type = "object";
162 echo "\n-- Setting type of data to $type --\n";
167 // get the current data type
171 var_dump( settype($var, $type) );
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c165 const int type; member
257 return p->type; in get_type()
263 int type; in get_standard_integer_type() local
269 type = FILE_BYTE; in get_standard_integer_type()
289 type = FILE_LONG; in get_standard_integer_type()
337 type = FILE_LONG; in get_standard_integer_type()
342 return type; in get_standard_integer_type()
638 switch (m->type) { in apprentice_magic_strength()
1327 m->type); in file_signextend()
1386 m->type); in string_modifier_check()
[all …]
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller14.phpt2 Phar front controller mime type override, other
12 Content-type: foo/bar
H A Dfrontcontroller17.phpt2 Phar front controller mime type unknown
12 Content-type: application/octet-stream
H A Dfrontcontroller26.phpt2 Phar front controller with unknown extension mime type
12 Content-type: application/octet-stream
/PHP-5.5/ext/soap/tests/schema/
H A Dschema004.phpt2 SOAP XML Schema 4: simpleType/restriction (reference to undefined type)
15 test_schema($schema,'type="tns:testType"',123.5);
20 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType">123.…
H A Dschema011.phpt2 SOAP XML Schema 11: simpleType/list (inline type) (as string)
17 test_schema($schema,'type="tns:testType"',"123 456.7");
22 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType">123 …
H A Dschema012.phpt2 SOAP XML Schema 12: simpleType/list (inline type) (as array)
17 test_schema($schema,'type="tns:testType"',array(123,456.7));
22 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType">123 …
H A Dschema005.phpt2 SOAP XML Schema 5: simpleType/restriction (inline type)
17 test_schema($schema,'type="tns:testType"',123.5);
22 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType">123<…
/PHP-5.5/sapi/cgi/tests/
H A D010.phpt43 Content-type: text/html
47 Content-type: text/html
51 Content-type: text/html
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt14 echo "Checking with incorrect parameter type\n";
27 $fields = array('type','encoding','ifsubtype','subtype',
33 var_dump($z->type);
49 Checking with incorrect parameter type
/PHP-5.5/tests/basic/
H A Drfc1867_max_file_uploads_empty_files_debug.phpt51 ["type"]=>
64 ["type"]=>
77 ["type"]=>
90 ["type"]=>
/PHP-5.5/Zend/
H A Dzend_stack.c119 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) in zend_stack_apply() argument
123 switch (type) { in zend_stack_apply()
142 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument() argument
146 switch (type) { in zend_stack_apply_with_argument()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c188 if(!head || head->type != PIKE_T_STRING) in lookup_string_header()
200 if(!head || head->type != PIKE_T_INT) in lookup_integer_header()
224 if(Pike_sp[-1].type == PIKE_T_INT) in php_caudium_low_ub_write()
299 mappie.type = PIKE_T_MAPPING; in php_caudium_set_header()
310 soldval->type == PIKE_T_STRING && in php_caudium_set_header()
322 hsval.type = PIKE_T_STRING; in php_caudium_set_header()
412 if(Pike_sp[-1].type == PIKE_T_STRING) { in php_caudium_low_read_post()
509 if(ind && ind->type == PIKE_T_STRING && in low_sapi_caudium_register_variables()
510 val && val->type == PIKE_T_STRING) { in low_sapi_caudium_register_variables()
642 file_handle.type = ZEND_HANDLE_FILENAME; in php_caudium_module_main()
[all …]
/PHP-5.5/ext/dom/
H A Dxpath.c125 switch (obj->type) { in dom_xpath_ext_function_php()
136 if (type == 1) { in dom_xpath_ext_function_php()
140 } else if (type == 2) { in dom_xpath_ext_function_php()
149 if (node->type == XML_NAMESPACE_DECL) { in dom_xpath_ext_function_php()
163 node->type = XML_NAMESPACE_DECL; in dom_xpath_ext_function_php()
234 } else if (retval->type == IS_BOOL) { in dom_xpath_ext_function_php()
236 } else if (retval->type == IS_OBJECT) { in dom_xpath_ext_function_php()
460 if (type == PHP_DOM_XPATH_QUERY) { in php_xpath_eval()
463 xpath_type = xpathobjp->type; in php_xpath_eval()
484 if (node->type == XML_NAMESPACE_DECL) { in php_xpath_eval()
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_socket_pair.phpt15 resource(%d) of type (stream)
17 resource(%d) of type (stream)
/PHP-5.5/tests/lang/
H A Dtype_hints_003.phpt2 ZE2 type hinting
14 Fatal error: Default value for parameters with a class type hint can only be NULL in %stype_hints_0…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt2 mysqli_fetch_field() - data types/field->type
51 if ($field->type != $php_type) {
54 if ($k == $field->type) {
60 $php_type, $sql_type, $field->type, $code_name);
85 …MYSQLI_TYPE_BLOB => array("LONGBLOB", 'MySQL does not report proper type. Use Length to distinct B…
86 …MYSQLI_TYPE_BLOB => array("MEDIUMBLOB", 'MySQL does not report proper type. Use Length to distinct…
87 …MYSQLI_TYPE_BLOB => array("TINYBLOB", 'MySQL does not report proper type. Use Length to distinct B…
/PHP-5.5/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc60 $type = 2; // Symbolic Link
65 $type = 1; // Link
70 $type = 5; // Directory
72 $type = 0; // Regular
74 $type = 9; // Unknown
97 $type,
149 'unknown compression type ' . $this->compress);

Completed in 40 milliseconds

1...<<11121314151617181920>>...76