Lines Matching refs:name_length

428 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva…
429 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length
430 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length
431 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length
432 …declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double value, …
433 …declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
434 …eclare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
438 …nd_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value);
439 … void zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length);
440 …are_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long valu…
441 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value);
442 …re_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value);
443 …_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
444 …e_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
495 …y(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value);
496 …_property_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length);
497 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long valu…
498 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long valu…
499 …(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double value);
500 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string *v…
501 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char *va…
502 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char *va…
503 …unset_property(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length);
506 …update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value);
507 …lt zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t name_length);
508 …static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
509 …static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
510 …tatic_property_double(zend_class_entry *scope, const char *name, size_t name_length, double value);
511 …atic_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
512 …tic_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
515 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent, z…
518 …d_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent);
883 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool …