Lines Matching refs:NULL
72 ASSERTG(cb) = NULL; in PHP_INI_MH()
83 PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback)
91 assert_globals_p->cb = NULL; in PHP_INI_END()
99 ZEND_INIT_MODULE_GLOBALS(assert, php_assert_init_globals, NULL); in PHP_MINIT_FUNCTION()
110 INIT_CLASS_ENTRY(ce, "AssertionError", NULL); in PHP_MINIT_FUNCTION()
121 ASSERTG(cb) = NULL; in PHP_MSHUTDOWN_FUNCTION()
149 zval *description = NULL; in PHP_FUNCTION()
151 char *myeval = NULL; in PHP_FUNCTION()
172 php_error_docref(NULL, E_DEPRECATED, "Calling assert() with a string argument is deprecated"); in PHP_FUNCTION()
185 zend_throw_error(NULL, "Failure evaluating code: %s%s", PHP_EOL, myeval); in PHP_FUNCTION()
188 zend_throw_error(NULL, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, ZSTR_VAL(str), myeval); in PHP_FUNCTION()
230 call_user_function(NULL, NULL, &ASSERTG(callback), &retval, 3, args); in PHP_FUNCTION()
235 call_user_function(NULL, NULL, &ASSERTG(callback), &retval, 4, args); in PHP_FUNCTION()
246 zend_throw_exception(assertion_error_ce, NULL, E_ERROR); in PHP_FUNCTION()
259 php_error_docref(NULL, E_WARNING, "Assertion \"%s\" failed", myeval); in PHP_FUNCTION()
261 php_error_docref(NULL, E_WARNING, "Assertion failed"); in PHP_FUNCTION()
266 php_error_docref(NULL, E_WARNING, "%s: \"%s\" failed", ZSTR_VAL(str), myeval); in PHP_FUNCTION()
268 php_error_docref(NULL, E_WARNING, "%s failed", ZSTR_VAL(str)); in PHP_FUNCTION()
286 zval *value = NULL; in PHP_FUNCTION()
394 php_error_docref(NULL, E_WARNING, "Unknown value " ZEND_LONG_FMT, what); in PHP_FUNCTION()