Home
last modified time | relevance | path

Searched defs:name_length (Results 1 – 12 of 12) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_API.c3796 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length,… in zend_declare_property_null()
3887 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_class_constant()
3901 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
3910 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
3919 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool v… in zend_declare_class_constant_bool()
3928 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
3987 …roperty_null(zend_class_entry *scope, zval *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
3996 …set_property(zend_class_entry *scope, zval *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4070 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4109 …pdate_static_property_null(zend_class_entry *scope, const char *name, size_t name_length) /* {{{ */ in zend_update_static_property_null()
[all …]
H A Dzend_ini.c403 ZEND_API int zend_ini_register_displayer(char *name, uint32_t name_length, void (*displayer)(zend_i… in zend_ini_register_displayer()
421 ZEND_API zend_long zend_ini_long(char *name, uint32_t name_length, int orig) /* {{{ */ in zend_ini_long()
438 ZEND_API double zend_ini_double(char *name, uint32_t name_length, int orig) /* {{{ */ in zend_ini_double()
455 ZEND_API char *zend_ini_string_ex(char *name, uint32_t name_length, int orig, zend_bool *exists) /*… in zend_ini_string_ex()
479 ZEND_API char *zend_ini_string(char *name, uint32_t name_length, int orig) /* {{{ */ in zend_ini_string()
H A Dzend_ini.h43 uint32_t name_length; member
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_utils.h56 size_t name_length; member
62 size_t name_length; member
H A Dphpdbg_utils.c230 PHPDBG_API const phpdbg_color_t *phpdbg_get_color(const char *name, size_t name_length) /* {{{ */ in phpdbg_get_color()
253 PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length) /* {{{ */ in phpdbg_set_color_ex()
381 int phpdbg_safe_class_lookup(const char *name, int name_length, zend_class_entry **ce) { in phpdbg_safe_class_lookup()
/PHP-7.2/ext/snmp/
H A Dphp_snmp.h112 size_t name_length; member
122 size_t name_length; member
H A Dsnmp.c1899 void php_snmp_add_property(HashTable *h, const char *name, size_t name_length, php_snmp_read_t read… in php_snmp_add_property()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_php.c25 static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_valu… in fpm_php_zend_ini_alter_master()
/PHP-7.2/main/
H A Dphp_ini.c916 PHPAPI zval *cfg_get_entry(const char *name, size_t name_length)
/PHP-7.2/ext/standard/
H A Dinfo.c191 static void php_print_gpcse_array(char *name, uint32_t name_length) in php_print_gpcse_array()
/PHP-7.2/ext/soap/
H A Dsoap.c813 size_t name_length; in PHP_METHOD() local
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_structs.h97 unsigned int name_length; member

Completed in 76 milliseconds