Home
last modified time | relevance | path

Searched defs:type (Results 176 – 200 of 213) sorted by relevance

123456789

/PHP-5.5/Zend/
H A Dzend_language_scanner.c614 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename()
H A Dzend.c1017 ZEND_API void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error()
H A Dzend_alloc.h155 #define mem_block_check(type, ptr, silent) argument
H A Dzend_API.c202 ZEND_API char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const()
338 int type; in zend_parse_arg_impl() local
397 int type; in zend_parse_arg_impl() local
H A Dzend_vm_execute.h3325 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST_CONST(int type, ZEND_OPCODE_HANDL… in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5198 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST_VAR(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_CONST_VAR()
8688 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_CONST(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10428 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_VAR(int type, ZEND_OPCODE_HANDLER_A… in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11175 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_UNUSED(int type, ZEND_OPCODE_HANDLE… in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
14579 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_CONST(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_VAR_CONST()
19198 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_VAR(int type, ZEND_OPCODE_HANDLER_A… in zend_fetch_var_address_helper_SPEC_VAR_VAR()
21191 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_UNUSED(int type, ZEND_OPCODE_HANDLE… in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
32113 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CV_CONST(int type, ZEND_OPCODE_HANDLER_… in zend_fetch_var_address_helper_SPEC_CV_CONST()
36363 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CV_VAR(int type, ZEND_OPCODE_HANDLER_AR… in zend_fetch_var_address_helper_SPEC_CV_VAR()
[all …]
/PHP-5.5/ext/dom/
H A Ddocument.c1980 static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_schema_validate()
2081 static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_relaxNG_validate()
/PHP-5.5/ext/spl/
H A Dspl_array.c844 static zval *spl_array_read_property(zval *object, zval *member, int type, const zend_literal *key … in spl_array_read_property()
867 static zval **spl_array_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_liter… in spl_array_get_property_ptr_ptr()
/PHP-5.5/
H A Drun-tests.php2696 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = …
/PHP-5.5/ext/soap/
H A Dsoap.c953 zval *data, *type; in PHP_METHOD() local
3008 sdlTypePtr *type; local
4705 static void type_to_string(sdlTypePtr type, smart_str *buf, int level)
/PHP-5.5/ext/standard/
H A Dimage.c1018 char *type; in php_get_xbm() local
H A Dfile.c1127 int result, format_len, type, argc = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/oci8/
H A Doci8.c1900 int type, link; in php_oci_do_connect_ex() local
/PHP-5.5/main/
H A Doutput.c687 PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg TSRMLS_DC) in php_output_handler_hook()
/PHP-5.5/ext/exif/
H A Dexif.c1492 int type; member
1574 …docref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *form… in exif_error_docref()
1608 static int exif_file_sections_add(image_info_type *ImageInfo, int type, size_t size, uchar *data) in exif_file_sections_add()
/PHP-5.5/ext/date/
H A Dphp_date.c2563 int type = TIMELIB_ZONETYPE_ID, new_dst = 0; in php_date_initialize() local
4007 zval *date_interval_read_property(zval *object, zval *member, int type, const zend_literal *key TSR… in date_interval_read_property()
5003 static zval *date_period_read_property(zval *object, zval *member, int type, const zend_literal *ke… in date_period_read_property()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1279 static zend_persistent_script *compile_and_cache_file(zend_file_handle *file_handle, int type, char… in compile_and_cache_file()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h178 uint8_t type; /* comparison type (FILE_*) */ member
/PHP-5.5/ext/gd/
H A Dgd.c1090 void php_gd_error_method(int type, const char *format, va_list args) in php_gd_error_method()
2552 long quality = 0, type = 0; in _php_image_output() local
5283 long type; in PHP_FUNCTION() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1524 enum_mysqlnd_field_types type = fields_metadata[i].type; in php_mysqlnd_rowp_read_binary_protocol() local
H A Dmysqlnd_structs.h94 enum mysqlnd_field_types type; /* Type of field. See mysql_com.h for types */ member
997 enum_mysqlnd_res_type type; member
1025 zend_uchar type; member
/PHP-5.5/ext/date/lib/
H A Dparse_date.c163 int type; member
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c963 int type; local
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c282 zend_uchar type; in mysqli_stmt_bind_param_do_bind() local
/PHP-5.5/ext/sockets/
H A Dconversions.c856 type; in from_zval_write_control() local
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1370 int type; local
5427 zval *meta, **def, **type, **not_null, **has_default, **is_enum, **val, *new_val; local

Completed in 385 milliseconds

123456789