Home
last modified time | relevance | path

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

/PHP-5.3/main/streams/
H A Duserspace.c1323 zval *zfilename, *zfuncname, *zretval, *zflags; in user_wrapper_stat_url() local
1347 MAKE_STD_ZVAL(zflags); in user_wrapper_stat_url()
1348 ZVAL_LONG(zflags, flags); in user_wrapper_stat_url()
1349 args[1] = &zflags; in user_wrapper_stat_url()
1379 zval_ptr_dtor(&zflags); in user_wrapper_stat_url()
/PHP-5.3/ext/spl/
H A Dspl_directory.c1509 zval zpath, zflags; in SPL_METHOD() local
1523 INIT_PZVAL(&zflags); in SPL_METHOD()
1525 ZVAL_LONG(&zflags, intern->flags); in SPL_METHOD()
1527 spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, &zpath, &zflags TSRMLS_CC); in SPL_METHOD()
H A Dspl_iterators.c2461 zval *retval, *zchildren, zflags; in spl_caching_it_next() local
2486 INIT_PZVAL(&zflags); in spl_caching_it_next()
2487 ZVAL_LONG(&zflags, intern->u.caching.flags & CIT_PUBLIC); in spl_caching_it_next()
2488 …x2(spl_ce_RecursiveCachingIterator, &intern->u.caching.zchildren, 1, zchildren, &zflags TSRMLS_CC); in spl_caching_it_next()

Completed in 23 milliseconds