Home
last modified time | relevance | path

Searched refs:type (Results 1501 – 1525 of 1876) sorted by relevance

1...<<61626364656667686970>>...76

/PHP-5.5/ext/ldap/tests/
H A Dldap_search_basic.phpt33 resource(%d) of type (ldap result)
/PHP-5.5/ext/soap/
H A Dphp_soap.h102 int type; member
/PHP-5.5/ext/soap/tests/
H A Dserver024.phpt48 …/ns1:Test2></SOAP-ENV:Header><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
/PHP-5.5/ext/mbstring/tests/
H A Dmb_http_output.phpt7 //TODO: Add more encoding. Wrong parameter type test.
/PHP-5.5/ext/pcre/tests/
H A Dpreg_split_error1.phpt11 * Testing how preg_split reacts to being passed the wrong type of regex argument
/PHP-5.5/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fd)
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs)
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_cclass1.phpt16 die('skip could not identify container type');
H A Derror_bind.phpt63 resource(%d) of type (oci8 connection)
H A Dlob_001.phpt74 resource(%d) of type (oci8 descriptor)
/PHP-5.5/ext/standard/tests/file/
H A Dbug38450_3.phpt105 Catchable fatal error: Argument 1 passed to VariableStream::__construct() must be of the type array…
H A Dfseek_ftell_rewind_variation3.phpt36 echo "\n-- File having data of type ". $file_content_type ." --\n";
67 -- File having data of type text_with_new_line --
273 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation4-win32.phpt38 echo "\n-- File having data of type ". $file_content_type ." --\n";
72 -- File having data of type text_with_new_line --
278 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation4.phpt38 echo "\n-- File having data of type ". $file_content_type ." --\n";
72 -- File having data of type text_with_new_line --
278 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation6-win32.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
72 -- File having data of type text_with_new_line --
278 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation6.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
72 -- File having data of type text_with_new_line --
278 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation7.phpt35 echo "\n-- File having data of type ". $file_content_type ." --\n";
66 -- File having data of type text_with_new_line --
272 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation1.phpt33 echo "\n-- File having data of type ". $file_content_type ." --\n";
65 -- File having data of type text_with_new_line --
247 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation8-win32.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
73 -- File having data of type text_with_new_line --
279 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation8.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
73 -- File having data of type text_with_new_line --
279 -- File having data of type alphanumeric --
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt70 Content-type: %s
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c343 zend_builtin_module.type = MODULE_PERSISTENT; in zend_startup_builtin_functions()
1090 if (mptr->type == ZEND_USER_FUNCTION && in ZEND_FUNCTION()
1145 if (func->type == ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
1378 if (retval && func->type == ZEND_INTERNAL_FUNCTION && in ZEND_FUNCTION()
1405 if ((*ce)->type == ZEND_USER_CLASS) { in ZEND_FUNCTION()
1720 if (func->type == ZEND_INTERNAL_FUNCTION) { in copy_function_name()
1722 } else if (func->type == ZEND_USER_FUNCTION) { in copy_function_name()
2203 prev->function_state.function->common.type != ZEND_USER_FUNCTION) { in ZEND_FUNCTION()
2282 prev->function_state.function->common.type != ZEND_USER_FUNCTION && in zend_fetch_debug_backtrace()
2283 !(prev->function_state.function->common.type == ZEND_INTERNAL_FUNCTION && in zend_fetch_debug_backtrace()
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c72 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
78 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
86 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
552 int type, new_type; in fetch_value() local
555 type = PDO_PARAM_TYPE(col->param_type); in fetch_value()
556 new_type = type_override ? PDO_PARAM_TYPE(*type_override) : type; in fetch_value()
563 switch (type) { in fetch_value()
574 type = new_type; in fetch_value()
651 if (type != new_type) { in fetch_value()
2615 return row_prop_read(object, member, type, NULL TSRMLS_CC); in row_dim_read()
[all …]
/PHP-5.5/ext/curl/
H A Dinterface.c1682 if (type == CURLINFO_HEADER_OUT) { in curl_debug()
2380 int type; in _php_curl_setopt() local
2621 char *type = NULL, *filename = NULL; in _php_curl_setopt() local
2635 type = Z_STRVAL_P(prop); in _php_curl_setopt()
2645 CURLFORM_CONTENTTYPE, type ? type : "application/octet-stream", in _php_curl_setopt()
2665 char *type, *filename; in _php_curl_setopt() local
2671 *type = '\0'; in _php_curl_setopt()
2684 CURLFORM_CONTENTTYPE, type ? type + sizeof(";type=") - 1 : "application/octet-stream", in _php_curl_setopt()
2687 if (type) { in _php_curl_setopt()
2688 *type = ';'; in _php_curl_setopt()
[all …]
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c52 long domain, type, protocol; in PHP_FUNCTION() local
57 &domain, &type, &protocol)) { in PHP_FUNCTION()
61 if (0 != socketpair(domain, type, protocol, pair)) { in PHP_FUNCTION()
663 int type; in stream_array_from_fd_set() local
673 type = zend_hash_get_current_key_ex(Z_ARRVAL_P(stream_array), in stream_array_from_fd_set()
675 if (type == HASH_KEY_NON_EXISTENT || in stream_array_from_fd_set()
694 if (type == HASH_KEY_IS_LONG) { in stream_array_from_fd_set()

Completed in 65 milliseconds

1...<<61626364656667686970>>...76