Lines Matching refs:name_length

318 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval…
319 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length,…
320 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length,…
321 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length,…
322 …declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double value, …
323 …declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
324 …eclare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
327 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length
328 …I int zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length);
329 …are_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long valu…
330 …are_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool valu…
331 …re_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value);
332 …_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
333 …e_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
338 …property(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zval *value);
339 …_update_property_null(zend_class_entry *scope, zval *object, const char *name, size_t name_length);
340 …y_bool(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long valu…
341 …y_long(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long valu…
342 …_double(zend_class_entry *scope, zval *object, const char *name, size_t name_length, double value);
343 …ty_str(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_string *v…
344 …string(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const char *va…
345 …tringl(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const char *va…
346 …d zend_unset_property(zend_class_entry *scope, zval *object, const char *name, size_t name_length);
349 …update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value);
350 …nt zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t name_length);
351 …static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
352 …static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
353 …tatic_property_double(zend_class_entry *scope, const char *name, size_t name_length, double value);
354 …atic_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
355 …tic_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
358 …operty(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_bool sile…
361 …read_static_property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool sile…
529 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref…