Lines Matching refs:E_WARNING
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()
397 php_error(E_WARNING, "The first parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
406 php_error(E_WARNING, "The second parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
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()