Home
last modified time | relevance | path

Searched defs:type (Results 101 – 125 of 222) sorted by relevance

123456789

/PHP-7.4/ext/gd/libgd/
H A Dbmp.h69 signed short int type; member
/PHP-7.4/ext/snmp/
H A Dphp_snmp.h117 char type; member
H A Dsnmp.c489 static void php_snmp_error(zval *object, int type, const char *format, ...) in php_snmp_error()
930 …arse_oid(zval *object, int st, struct objid_query *objid_query, zval *oid, zval *type, zval *value) in php_snmp_parse_oid()
1365 zval *oid, *value, *type; in php_snmp() local
1913 zval *php_snmp_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in php_snmp_read_property()
/PHP-7.4/ext/mbstring/
H A Dmbstring.h183 int type; member
/PHP-7.4/Zend/
H A Dzend_ini_parser.y67 static void zend_ini_do_op(char type, zval *result, zval *op1, zval *op2) in zend_ini_do_op()
H A Dzend_closures.c435 static ZEND_COLD zval *zend_closure_read_property(zval *object, zval *member, int type, void **cach… in zend_closure_read_property()
449 static ZEND_COLD zval *zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, void… in zend_closure_get_property_ptr_ptr()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c95 static int zend_file_cache_flock(int fd, int type) in zend_file_cache_flock()
386 zend_type *type, zend_persistent_script *script, zend_file_cache_metainfo *info, void *buf)
1097 zend_type *type, zend_persistent_script *script, void *buf)
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c233 zval *resourcebundle_array_get(zval *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
/PHP-7.4/ext/spl/
H A Dspl_array.c290 …_get_dimension_ptr(int check_inherited, spl_array_object *intern, zval *offset, int type) /* {{{ */ in spl_array_get_dimension_ptr()
398 static zval *spl_array_read_dimension_ex(int check_inherited, zval *object, zval *offset, int type,… in spl_array_read_dimension_ex()
445 static zval *spl_array_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in spl_array_read_dimension()
867 static zval *spl_array_read_property(zval *object, zval *member, int type, void **cache_slot, zval … in spl_array_read_property()
890 static zval *spl_array_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot… in spl_array_get_property_ptr_ptr()
/PHP-7.4/ext/dom/
H A Dphp_dom.c313 static zval *dom_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot) /* {… in dom_get_property_ptr_ptr()
329 zval *dom_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in dom_read_property()
1552 zval *dom_nodelist_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in dom_nodelist_read_dimension()
/PHP-7.4/ext/zip/
H A Dphp_zip.c799 int type; member
871 static zval *php_zip_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot) … in php_zip_get_property_ptr_ptr()
906 static zval *php_zip_read_property(zval *object, zval *member, int type, void **cache_slot, zval *r… in php_zip_read_property()
946 static int php_zip_has_property(zval *object, zval *member, int type, void **cache_slot) /* {{{ */ in php_zip_has_property()
1662 static void php_zip_add_from_pattern(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */
2696 static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c1835 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
1932 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2062 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type in sljit_emit_ijump()
2096 sljit_s32 type) in sljit_emit_op_flags()
2184 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
/PHP-7.4/ext/date/
H A Dphp_date.h146 int type; member
/PHP-7.4/ext/json/
H A Djson_encoder.c273 int type; in php_json_escape_string() local
/PHP-7.4/win32/
H A Dioutil.c674 DWORD type; in php_win32_ioutil_access_w() local
932 DWORD type; in php_win32_ioutil_fstat_int() local
H A Dregistry.c90 DWORD name_len, type, value_len; in LoadDirectory() local
/PHP-7.4/ext/soap/
H A Dphp_http.c1355 static char *get_http_header_value_nodup(char *headers, char *type, size_t *len) in get_http_header_value_nodup()
1408 static char *get_http_header_value(char *headers, char *type) in get_http_header_value()
/PHP-7.4/ext/sockets/
H A Dsockets.c1264 zend_long length, type = PHP_BINARY_READ; local
2243 zend_long domain, type, protocol; local
2377 int type; local
2520 int type; local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c190 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(node); in XMLRPC_to_xml_element_worker() local
/PHP-7.4/sapi/phpdbg/
H A Dxml.md58 type section
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c40 static char *pdo_dblib_get_field_name(int type) in pdo_dblib_get_field_name()
/PHP-7.4/ext/standard/
H A Dexec.c93 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value) in php_exec()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h58 zend_ssa_type_constraint type; member
124 uint32_t type; /* inferred type (see zend_inference.h) */ member
/PHP-7.4/ext/mysqli/
H A Dmysqli.c113 void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type) in php_free_stmt_bind_buffer()
304 zval *mysqli_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in mysqli_read_property()
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php305 function addSpecialCasing(UnicodeData $data, string $type, int $code, array $caseCodes) : void {

Completed in 117 milliseconds

123456789