Lines Matching refs:php_error_docref
169 …php_error_docref(NULL, E_WARNING, "Session ID is too long or contains illegal characters. Only the… in ps_files_open()
174 …php_error_docref(NULL, E_WARNING, "Failed to create session data file path. Too short session ID, … in ps_files_open()
205 php_error_docref(NULL, E_WARNING, "Session data file is not created by your uid"); in ps_files_open()
218 …php_error_docref(NULL, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, stre… in ps_files_open()
222 …php_error_docref(NULL, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno); in ps_files_open()
270 php_error_docref(NULL, E_WARNING, "Write failed: %s (%d)", strerror(errno), errno); in ps_files_write()
272 php_error_docref(NULL, E_WARNING, "Write wrote less bytes than requested"); in ps_files_write()
291 …php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", ZSTR_VAL(dir… in ps_files_cleanup_dir()
298 …php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: dirname(%s) is too long", ZSTR_VAL(dirname… in ps_files_cleanup_dir()
518 php_error_docref(NULL, E_WARNING, "Read failed: %s (%d)", strerror(errno), errno); in PS_READ_FUNC()
520 php_error_docref(NULL, E_WARNING, "Read returned less bytes than requested"); in PS_READ_FUNC()