Lines Matching refs:E_WARNING
171 …php_error_docref(NULL, E_WARNING, "Session ID is too long or contains illegal characters. Only the… in ps_files_open()
176 …php_error_docref(NULL, E_WARNING, "Failed to create session data file path. Too short session ID, … in ps_files_open()
207 php_error_docref(NULL, E_WARNING, "Session data file is not created by your uid"); in ps_files_open()
220 …php_error_docref(NULL, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, stre… in ps_files_open()
224 …php_error_docref(NULL, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno); in ps_files_open()
272 php_error_docref(NULL, E_WARNING, "Write failed: %s (%d)", strerror(errno), errno); in ps_files_write()
274 php_error_docref(NULL, E_WARNING, "Write wrote less bytes than requested"); in ps_files_write()
402 php_error(E_WARNING, "The first parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
411 php_error(E_WARNING, "The second parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
524 php_error_docref(NULL, E_WARNING, "Read failed: %s (%d)", strerror(errno), errno); in PS_READ_FUNC()
526 php_error_docref(NULL, E_WARNING, "Read returned less bytes than requested"); in PS_READ_FUNC()