Home
last modified time | relevance | path

Searched refs:__arg (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_API.h371 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key)+1, __n) argument
372 #define add_assoc_null(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key) + 1) argument
373 #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key)+1, __b) argument
374 #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key)+1, … argument
375 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key)+1, __d) argument
378 #define add_assoc_zval(__arg, __key, __value) add_assoc_zval_ex(__arg, __key, strlen(__key)+1, __va… argument
381 #define add_assoc_unset(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key) + 1) argument
382 #define add_index_unset(__arg, __key) add_index_null(__arg, __key) argument
383 #define add_next_index_unset(__arg) add_next_index_null(__arg) argument
384 #define add_property_unset(__arg, __key) add_property_null(__arg, __key) argument
[all …]

Completed in 9 milliseconds