Lines Matching refs:name_length

429 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva…
430 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length
431 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length
432 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length
433 …declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double value, …
434 …declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
435 …eclare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
439 …nd_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value);
440 … void zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length);
441 …are_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long valu…
442 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value);
443 …re_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value);
444 …_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
445 …e_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
496 …y(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value);
497 …_property_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length);
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, zend_long valu…
500 …(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double value);
501 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string *v…
502 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char *va…
503 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char *va…
504 …unset_property(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length);
507 …update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value);
508 …lt zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t name_length);
509 …static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
510 …static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
511 …tatic_property_double(zend_class_entry *scope, const char *name, size_t name_length, double value);
512 …atic_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
513 …tic_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
516 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent, z…
519 …d_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent);
885 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool …