Lines Matching refs:name_length

424 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva…
425 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length
426 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length
427 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length
428 …declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double value, …
429 …declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
430 …eclare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
434 …nd_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value);
435 … void zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length);
436 …are_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long valu…
437 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value);
438 …re_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value);
439 …_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
440 …e_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
491 …y(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value);
492 …_property_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length);
493 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long valu…
494 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long valu…
495 …(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double value);
496 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string *v…
497 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char *va…
498 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char *va…
499 …unset_property(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length);
502 …update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value);
503 …lt zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t name_length);
504 …static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
505 …static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
506 …tatic_property_double(zend_class_entry *scope, const char *name, size_t name_length, double value);
507 …atic_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
508 …tic_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
511 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent, z…
514 …d_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent);
878 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool …