Lines Matching refs:zend_long

421 …operty_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int acces…
422 …operty_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int acces…
430 …e_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value);
486 …nd_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long value);
487 …nd_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long value);
497 …atic_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long value);
498 …atic_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long value);
535 ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n);
548 static zend_always_inline void add_assoc_long(zval *arg, const char *key, zend_long n) { in add_assoc_long()
585 ZEND_API void add_index_long(zval *arg, zend_ulong index, zend_long n);
602 ZEND_API zend_result add_next_index_long(zval *arg, zend_long n);
621 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
623 ZEND_API void add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b);
634 static zend_always_inline void add_property_long(zval *arg, const char *key, zend_long n) { in add_property_long()
982 ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval);
2041 ZEND_API bool ZEND_FASTCALL zend_parse_arg_long_slow(zval *arg, zend_long *dest, uint32_t arg_num);
2042 ZEND_API bool ZEND_FASTCALL zend_parse_arg_long_weak(zval *arg, zend_long *dest, uint32_t arg_num);
2048 …CALL zend_parse_arg_str_or_long_slow(zval *arg, zend_string **dest_str, zend_long *dest_long, uint…
2068 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long()
2219 …zval *arg, HashTable **dest_ht, zend_long *dest_long, bool *is_null, bool allow_null, uint32_t arg… in zend_parse_arg_array_ht_or_long()
2268 …zval *arg, zend_object **dest_obj, zend_class_entry *ce, zend_long *dest_long, bool *is_null, bool… in zend_parse_arg_obj_or_long()
2350 …ays_inline bool zend_parse_arg_str_or_long(zval *arg, zend_string **dest_str, zend_long *dest_long, in zend_parse_arg_str_or_long()