Lines Matching refs:Z_ISUNDEF
380 Z_ISUNDEF(us->object)? NULL : &us->object, in user_wrapper_opener()
459 Z_ISUNDEF(us->object)? NULL : &us->object, in user_wrapper_opendir()
609 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_write()
660 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_read()
696 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_read()
728 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_close()
756 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_flush()
788 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_seek()
823 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_seek()
899 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_stat()
932 …call_result = call_user_function_ex(NULL, Z_ISUNDEF(us->object)? NULL : &us->object, &func_name, &… in php_userstreamop_set_option()
967 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_set_option()
996 Z_ISUNDEF(us->object)? NULL : Z_OBJ(us->object), in php_userstreamop_set_option()
1008 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_set_option()
1072 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_set_option()
1425 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_readdir()
1458 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_closedir()
1482 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_rewinddir()
1516 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_cast()
1527 if (Z_ISUNDEF(retval) || !zend_is_true(&retval)) { in php_userstreamop_cast()