Lines Matching refs:name_length

321 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval…
322 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length,…
323 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length,…
324 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length,…
325 …declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double value, …
326 …declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
327 …eclare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
330 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length
331 …I int zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length);
332 …are_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long valu…
333 …are_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool valu…
334 …re_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value);
335 …_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
336 …e_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *va…
341 …property(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zval *value);
342 …_update_property_null(zend_class_entry *scope, zval *object, const char *name, size_t name_length);
343 …y_bool(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long valu…
344 …y_long(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long valu…
345 …_double(zend_class_entry *scope, zval *object, const char *name, size_t name_length, double value);
346 …ty_str(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_string *v…
347 …string(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const char *va…
348 …tringl(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const char *va…
349 …d zend_unset_property(zend_class_entry *scope, zval *object, const char *name, size_t name_length);
351 …update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value);
352 …nt zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t name_length);
353 …static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
354 …static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long valu…
355 …tatic_property_double(zend_class_entry *scope, const char *name, size_t name_length, double value);
356 …atic_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
357 …tic_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *va…
360 …operty(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_bool sile…
362 …read_static_property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool sile…
542 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref…