Lines Matching refs:type

544 	if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) {  in PHP_INI_DISP()
983 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() argument
1026 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in php_verror()
1155 …(Z_TYPE(EG(user_error_handler)) == IS_UNDEF || !(EG(user_error_handler_error_reporting) & type))) { in php_verror()
1172 php_error(type, "%s", message); in php_verror()
1179 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref() argument
1184 php_verror(docref, "", type, format, args); in php_error_docref()
1191 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1() argument
1196 php_verror(docref, param1, type, format, args); in php_error_docref1()
1203 …r_docref2(const char *docref, const char *param1, const char *param2, int type, const char *format… in php_error_docref2() argument
1210 php_verror(docref, params ? params : "...", type, format, args); in php_error_docref2()
1255 static ZEND_COLD void php_error_cb(int type, const char *error_filename, const uint32_t error_linen… in php_error_cb() argument
1280 switch (type) { in php_error_cb()
1302 zend_throw_error_exception(EG(exception_class), buffer, 0, type); in php_error_cb()
1324 PG(last_error_type) = type; in php_error_cb()
1331 if (display && (EG(error_reporting) & type || (type & E_CORE)) in php_error_cb()
1336 switch (type) { in php_error_cb()
1381 if (type == E_CORE_ERROR || type == E_CORE_WARNING) { in php_error_cb()
1398 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1424 switch (type) { in php_error_cb()
1441 switch (type) { in php_error_cb()
1466 if (type != E_PARSE) { in php_error_cb()
1640 handle->type = ZEND_HANDLE_STREAM; in php_stream_open_for_zend_ex()
2634 primary_file->type != ZEND_HANDLE_FILENAME in php_execute_script()