Home
last modified time | relevance | path

Searched refs:type (Results 176 – 200 of 1876) sorted by last modified time

12345678910>>...76

/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler.phpt21 echo 'Incorrect type: '; sybase_set_messagehandler_ex(1);
35 Incorrect type:
H A Dtest_msghandler_handled.phpt23 case 11021: // Function GETDATE invoked with wrong number or type of argument(s)
H A Dtest_query_nostore.phpt61 resource(%d) of type (sybase-ct result)
H A Dtest_unbuffered_no_full_fetch.phpt35 resource(%d) of type (sybase-ct link)
36 resource(%d) of type (sybase-ct result)
40 resource(%d) of type (sybase-ct result)
42 resource(%d) of type (sybase-ct result)
H A Dtest_unbuffered_query.phpt44 resource(%d) of type (sybase-ct link)
45 resource(%d) of type (sybase-ct result)
49 resource(%d) of type (sybase-ct result)
50 resource(%d) of type (Unknown)
54 resource(%d) of type (sybase-ct result)
/PHP-5.5/ext/sysvmsg/tests/
H A D001.phpt11 $type = null;
12 if (msg_receive($q, 0, $type, 1024, $message)) {
13 echo "TYPE: $type\n";
/PHP-5.5/ext/sysvshm/tests/
H A D002.phpt60 resource(%d) of type (sysvshm)
63 resource(%d) of type (sysvshm)
64 resource(%d) of type (sysvshm)
65 resource(%d) of type (sysvshm)
66 resource(%d) of type (sysvshm)
/PHP-5.5/ext/tidy/examples/
H A Ddumpit5.php25 function node_type($type) { argument
27 switch($type) {
61 do_leaf(" + $nodename (".node_type($node->type).")\n", $indent);
67 if($node->type == TIDY_NODETYPE_TEXT) {
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c216 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type TSRMLS_DC) in tag_arg()
224 smart_str_appendc(&ctx->result, type); in tag_arg()
231 smart_str_appendc(&ctx->result, type); in tag_arg()
333 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val() argument
336 tag_arg(ctx, quotes, type TSRMLS_CC); in handle_val()
H A Dvar_unserializer.c417 …| ce->unserialize == zend_user_unserialize || (ZEND_INTERNAL_CLASS != ce->type && ce->create_objec… in object_common1()
H A Dvar_unserializer.re421 …| ce->unserialize == zend_user_unserialize || (ZEND_INTERNAL_CLASS != ce->type && ce->create_objec…
H A Dtype.c94 char *type; in PHP_FUNCTION() local
101 if (!strcasecmp(type, "integer")) { in PHP_FUNCTION()
103 } else if (!strcasecmp(type, "int")) { in PHP_FUNCTION()
105 } else if (!strcasecmp(type, "float")) { in PHP_FUNCTION()
109 } else if (!strcasecmp(type, "string")) { in PHP_FUNCTION()
111 } else if (!strcasecmp(type, "array")) { in PHP_FUNCTION()
115 } else if (!strcasecmp(type, "bool")) { in PHP_FUNCTION()
119 } else if (!strcasecmp(type, "null")) { in PHP_FUNCTION()
223 if (Z_TYPE_PP(arg) == type) { in php_is_type()
224 if (type == IS_OBJECT) { in php_is_type()
[all …]
H A Durl_scanner_ex.re152 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type TSRMLS_DC)
160 smart_str_appendc(&ctx->result, type);
167 smart_str_appendc(&ctx->result, type);
269 static inline void handle_val(STD_PARA, char quotes, char type)
272 tag_arg(ctx, quotes, type TSRMLS_CC);
492 smart_str_appends(&BG(url_adapt_state_ex).form_app, "<input type=\"hidden\" name=\"");
H A Duser_filters.c466 …if (SUCCESS == zend_hash_find(Z_OBJPROP_P(zobject), "data", 5, (void**)&pzdata) && (*pzdata)->type in php_stream_bucket_attach()
H A Dvar.c678 …gth, ce->name, ce->name_length, Z_STRVAL_PP(name), Z_STRLEN_PP(name), ce->type & ZEND_INTERNAL_CLA… in php_var_serialize_class()
681 pefree(priv_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
685 pefree(priv_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
686 …ame, &prop_name_length, "*", 1, Z_STRVAL_PP(name), Z_STRLEN_PP(name), ce->type & ZEND_INTERNAL_CLA… in php_var_serialize_class()
689 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
693 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c856 int type, link; in php_sybase_do_connect() local
864 ptr = zend_list_find(link, &type); /* check if the link is still there */ in php_sybase_do_connect()
865 if (ptr && (type==le_link || type==le_plink)) { in php_sybase_do_connect()
1933 static char *php_sybase_get_field_name(CS_INT type) in php_sybase_get_field_name() argument
1935 switch (type) { in php_sybase_get_field_name()
H A Dphp_sybase_ct.h95 CS_INT type; member
/PHP-5.5/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 --
H A Dparse_url_variation_001.phpt2 Test parse_url() function : usage variations - unexpected type for arg 1.
H A Dparse_url_variation_002_32bit.phpt2 Test parse_url() function : usage variations - unexpected type for arg 2.
H A Dparse_url_variation_002_64bit.phpt2 Test parse_url() function : usage variations - unexpected type for arg 2.
H A Drawurldecode_variation_001.phpt2 Test rawurldecode() function : usage variations - unexpected type for arg 1.
H A Durldecode_variation_001.phpt2 Test urldecode() function : usage variations - <type here specifics of this variation>
H A Durlencode_variation_001.phpt2 Test urlencode() function : usage variations - <type here specifics of this variation>
H A Drawurlencode_variation_001.phpt2 Test rawurlencode() function : usage variations - unexpected type for arg 1.

Completed in 43 milliseconds

12345678910>>...76