Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_API.h364 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b);
373 #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key)+1, __b)
H A Dzend_API.c1139 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex() function
/PHP-5.3/ext/spl/
H A Dspl_heap.c548 add_assoc_bool_ex(&zrv, pnstr, pnlen+1, intern->heap->flags&SPL_HEAP_CORRUPTED); in spl_heap_object_get_debug_info_helper()
H A Dspl_directory.c628 add_assoc_bool_ex(&zrv, pnstr, pnlen+1, 0); in spl_filesystem_object_get_debug_info()

Completed in 457 milliseconds