Lines Matching refs:name_length

367 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva…
368 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length
369 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length
370 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length
371 …declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double value, …
372 …declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
373 …eclare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
376 …nd_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value);
377 … void zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length);
378 …are_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long valu…
379 …are_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool valu…
380 …re_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value);
381 …_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
382 …e_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
387 …y(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value);
388 …_property_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length);
389 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long valu…
390 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long valu…
391 …(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double value);
392 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string *v…
393 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char *va…
394 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char *va…
395 …unset_property(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length);
398 …update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value);
399 …lt zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t name_length);
400 …static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
401 …static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
402 …tatic_property_double(zend_class_entry *scope, const char *name, size_t name_length, double value);
403 …atic_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
404 …tic_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
407 …zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_bool sile…
410 …read_static_property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool sile…
608 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, zend_…